From 0dfae3da2801cecac1faf603e9f5b794a616de10 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Mon, 15 Jun 2020 08:54:21 -0700 Subject: [PATCH] Remove sm_30 [ROCm/rccl-tests commit: 7a833631b2ba685627aec257627a966f58e26bd4] --- projects/rccl-tests/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/rccl-tests/src/Makefile b/projects/rccl-tests/src/Makefile index ed723d4210..56d2e6345d 100644 --- a/projects/rccl-tests/src/Makefile +++ b/projects/rccl-tests/src/Makefile @@ -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 \