Skip to content

Commit

Permalink
Merge pull request #38 from ROCm-Developer-Tools/pramenku-patch-1
Browse files Browse the repository at this point in the history
Update hip header path
  • Loading branch information
pramenku authored Apr 13, 2023
2 parents f90e791 + b84c269 commit 1144662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpu-burn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ ifeq (,$(HIP_PATH))
endif


HCC_PATH ?= /opt/rocm/hcc
HIP_PLATFORM = $(shell $(HIP_PATH)/bin/hipconfig --platform)
HIP_INCLUDE = -I${HIP_PATH}/include -I${HCC_PATH}/include
HIP_INCLUDE = -I${HIP_PATH}/../include
BUILD_DIR ?= build

HIPCC = ${HIP_PATH}/bin/hipcc
Expand Down

0 comments on commit 1144662

Please sign in to comment.