Skip to content

Commit

Permalink
Merge branch 'master' into satyanveshd/HIP_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
satyanveshd authored Jun 26, 2023
2 parents 8aa123c + 1144662 commit 38d5365
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gpu-burn/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
HIP_PATH?= $(wildcard /opt/rocm)

HIP_PLATFORM = $(shell $(HIP_PATH)/bin/hipconfig --platform)
HIP_INCLUDE = -I$(HIP_PATH)/include

HIP_INCLUDE = -I${HIP_PATH}/../include

BUILD_DIR ?= build

HIPCC = $(HIP_PATH)/bin/hipcc
Expand Down

0 comments on commit 38d5365

Please sign in to comment.