Remove sm_30

[ROCm/rccl-tests commit: 7a833631b2]
This commit is contained in:
Sylvain Jeaugey
2020-06-15 08:54:21 -07:00
parent e260c673fe
commit 0dfae3da28
+1 -2
View File
@@ -15,8 +15,7 @@ NVCC = $(CUDA_HOME)/bin/nvcc
# Better define NVCC_GENCODE in your environment to the minimal set
# of archs to reduce compile time.
NVCC_GENCODE ?= -gencode=arch=compute_30,code=sm_30 \
-gencode=arch=compute_35,code=sm_35 \
NVCC_GENCODE ?= -gencode=arch=compute_35,code=sm_35 \
-gencode=arch=compute_50,code=sm_50 \
-gencode=arch=compute_60,code=sm_60 \
-gencode=arch=compute_61,code=sm_61 \