Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Fomitchev <bfomitchev@nvidia.com>2016-06-13 11:48:59 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-06-13 12:01:49 +0300
commitaa8f669a3da902c2feb9eb3ca5e0af9ab8e5b713 (patch)
tree74bd42babdac7347d612e9ed6c763c03455d619e
parentd5e507fc7f9579ae442db80a3f1b96b2b79c9465 (diff)
Updating for .deb rebuildv1.2.3-1+cuda7.5
-rw-r--r--Makefile2
-rw-r--r--debian/changelog8
-rw-r--r--debian/libnccl1.install2
3 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 90bb40f..6cd8bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduc
LIBNAME := libnccl.so
VER_MAJOR := 1
VER_MINOR := 2
-VER_PATCH := 2
+VER_PATCH := 3
INCDIR := $(BUILDDIR)/include
LIBDIR := $(BUILDDIR)/lib
diff --git a/debian/changelog b/debian/changelog
index 0d193ea..84060d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nccl (1.2.3-1+cuda7.5) trusty; urgency=medium
+
+ * Make NCCL collectives work on communicators with only one rank
+ * Changed CURAND generator to work on a wider set of platforms.
+ * Only call the CUDA runtime.
+
+ -- Sylvain Jeaugey <sjeaugey@nvidia.com> Mon, 13 Jun 2016 1:45:01 -0800
+
nccl (1.2.2-1+cuda7.5) trusty; urgency=medium
* Gencodes changed to NV recommended
diff --git a/debian/libnccl1.install b/debian/libnccl1.install
index 0e2d651..363708d 100644
--- a/debian/libnccl1.install
+++ b/debian/libnccl1.install
@@ -1,2 +1,2 @@
lib/libnccl.so.1 /usr/lib/x86_64-linux-gnu
-lib/libnccl.so.1.2.2 /usr/lib/x86_64-linux-gnu
+lib/libnccl.so.1.2.3 /usr/lib/x86_64-linux-gnu