Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooorgen committed Jun 26, 2023
1 parent 708340a commit d763b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epochX/cudacpp/ee_mumu.mad/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ifeq ($(findstring nvcc,$(CUDA_COMPILER_PATH)),nvcc)

CUBUILDRULEFLAGS = -Xcompiler -fPIC -c

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

else ifneq ($(origin REQUIRE_CUDA),undefined)
# If REQUIRE_CUDA is set but no cuda is found, stop here (e.g. for CI tests on GPU #443)
Expand Down 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 -x cu

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 d763b13

Please sign in to comment.