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:
authorSylvain Jeaugey <sjeaugey@nvidia.com>2016-06-16 05:18:13 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2016-06-16 05:18:13 +0300
commit9fcc5234859643f0e9ceccdfa690ea5d0fd4ce14 (patch)
treec1c4dd04e1889219276b02938f3231dfdd615b12
parent67d1ab9106d8e6ae34aa13bbab65a2e3f867f6f8 (diff)
Increased version to 1.2.3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2aa4667..9b15c62 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