From 55cab0074c1ecb3b978ed3666823f26ed5962c3a Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Thu, 17 Mar 2016 17:13:45 -0700 Subject: [PATCH 1/2] fixed version format [ROCm/rccl commit: 1a8bae5b2f1feffa170d655ff1f56ec93265a3cb] --- projects/rccl/debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/debian/changelog b/projects/rccl/debian/changelog index ef41f4a96a..1d95f2492a 100644 --- a/projects/rccl/debian/changelog +++ b/projects/rccl/debian/changelog @@ -1,4 +1,4 @@ -nccl (1.1.1+cuda7.5) trusty; urgency=medium +nccl (1.1.1-1+cuda7.5) trusty; urgency=medium * Rebuilding with 7.5 From 3070897cb835b6fae21937352cf4962fcc9da0ba Mon Sep 17 00:00:00 2001 From: Boris Fomitchev Date: Thu, 17 Mar 2016 17:25:27 -0700 Subject: [PATCH 2/2] Removing Tegra [ROCm/rccl commit: e6f4a83da64db4c99dbef819883b873fdec57b6e] --- projects/rccl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index be38d72d34..a3f675e823 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -32,8 +32,8 @@ 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_53,code=sm_53 + -gencode=arch=compute_52,code=sm_52 + BUILDDIR := build