Skip to content

Commit e94df09

Browse files
author
Sam
committed
Redundant properly
1 parent 31c7370 commit e94df09

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • src/cuda/GPU_Microbenchmark/ubench/tma/mbarrier

src/cuda/GPU_Microbenchmark/ubench/tma/mbarrier/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ SRC = mbarrier.cu
22

33
EXE = mbarrier
44

5-
ARCH_DEFAULT := sm_80 sm_90a sm_100a
65
ifneq ($(filter 13 14 15 16,$(CUDA_VERSION_MAJOR)),)
7-
ARCH_DEFAULT += sm_110
6+
ARCH_DEFAULT := sm_80 sm_90a sm_100a sm_110 sm_120
87
else
9-
ARCH_DEFAULT += sm_101
8+
ARCH_DEFAULT := sm_80 sm_90a sm_100a sm_101 sm_120
109
endif
11-
ARCH_DEFAULT += sm_120
1210
ARCH ?= $(ARCH_DEFAULT)
1311
# Unset the CUDA_CPPFLAGS which is set based on CUDA version
1412
CUDA_CPPFLAGS=

0 commit comments

Comments
 (0)