From 07a4274a66dad0c8aaf23409094a644f4001f37b Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Wed, 16 Mar 2016 19:23:49 -0700 Subject: [PATCH] Preparing for pbuild [ROCm/rccl commit: ec3de28ae5aea183975ea60fed48b5c05deb0a8e] --- projects/rccl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index c019d439b0..8d0d8449b8 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -32,7 +32,9 @@ 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_52,code=sm_52 \ + -gencode=arch=compute_50,code=sm_53 \ + -gencode=arch=compute_52,code=sm_55 BUILDDIR := build