From 801d962bfe77e086a822ff84d8cff4066bdd7540 Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Wed, 16 Mar 2016 23:09:36 -0700 Subject: [PATCH] Use arch=5.3 as well [ROCm/rccl commit: 62b551798f86363772a3d9c4a334dd83c459b925] --- projects/rccl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index b98e5b9435..be38d72d34 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -33,7 +33,7 @@ VERBOSE ?= 0 CUDACODE := -gencode=arch=compute_35,code=sm_35 \ -gencode=arch=compute_50,code=sm_50 \ -gencode=arch=compute_52,code=sm_52 \ - -gencode=arch=compute_50,code=sm_53 + -gencode=arch=compute_53,code=sm_53 BUILDDIR := build