Skip to content

Commit

Permalink
Do not define KOKKOS_ARCH_TURING macro with generated GNU makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 2, 2023
1 parent 5f8d0e3 commit 537f62e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.kokkos
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,6 @@ ifeq ($(KOKKOS_INTERNAL_USE_CUDA_ARCH), 1)
KOKKOS_INTERNAL_CUDA_ARCH_FLAG := $(KOKKOS_INTERNAL_CUDA_ARCH_FLAG)=sm_72
endif
ifeq ($(KOKKOS_INTERNAL_USE_ARCH_TURING75), 1)
tmp := $(call kokkos_append_header,"$H""define KOKKOS_ARCH_TURING")
tmp := $(call kokkos_append_header,"$H""define KOKKOS_ARCH_TURING75")
KOKKOS_INTERNAL_CUDA_ARCH_FLAG := $(KOKKOS_INTERNAL_CUDA_ARCH_FLAG)=sm_75
endif
Expand Down

0 comments on commit 537f62e

Please sign in to comment.