diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index 2096db26e3..a7719773fd 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -31,6 +31,7 @@ PREFIX ?= /usr/local VERBOSE ?= 0 CUDACODE := -gencode=arch=compute_35,code=sm_35 \ + -gencode=arch=compute_50,code=sm_50 \ -gencode=arch=compute_52,code=sm_52 BUILDDIR := build