Skip to content

Commit

Permalink
Removed CUDA specific instructions in HIP compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooorgen committed Jun 26, 2023
1 parent d763b13 commit f46c8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ else ifeq ($(findstring hipcc,$(HIP_COMPILER_PATH)),hipcc)

CUBUILDRULEFLAGS = -fPIC -c

CCBUILDRULEFLAGS = -fPIC -c -x cu
CCBUILDRULEFLAGS = -fPIC -c

else ifneq ($(origin REQUIRE_HIP),undefined)
# If REQUIRE_HIP is set but no cuda is found, stop here (e.g. for CI tests on GPU #443)
Expand Down

0 comments on commit f46c8d5

Please sign in to comment.