Updating for .deb rebuild
This commit is contained in:
parent
d5e507fc7f
commit
aa8f669a3d
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduc
|
|||||||
LIBNAME := libnccl.so
|
LIBNAME := libnccl.so
|
||||||
VER_MAJOR := 1
|
VER_MAJOR := 1
|
||||||
VER_MINOR := 2
|
VER_MINOR := 2
|
||||||
VER_PATCH := 2
|
VER_PATCH := 3
|
||||||
|
|
||||||
INCDIR := $(BUILDDIR)/include
|
INCDIR := $(BUILDDIR)/include
|
||||||
LIBDIR := $(BUILDDIR)/lib
|
LIBDIR := $(BUILDDIR)/lib
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
nccl (1.2.2-1+cuda7.5) trusty; urgency=medium
|
||||||
|
|
||||||
* Gencodes changed to NV recommended
|
* Gencodes changed to NV recommended
|
||||||
|
2
debian/libnccl1.install
vendored
2
debian/libnccl1.install
vendored
@ -1,2 +1,2 @@
|
|||||||
lib/libnccl.so.1 /usr/lib/x86_64-linux-gnu
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user