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-04 03:21:53 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2016-06-04 03:21:53 +0300
commit9d9d8cd59fd4e9527ba4552aedf82285def7d3a4 (patch)
treeebb5ae9377fe35c7ffe158dbbca2f61667aa54fa /Makefile
parent1657af1567ca3190470a6d159b1b64c259c4bbab (diff)
Bump to 1.2.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49f2894..81e34b3 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,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 := 1
+VER_PATCH := 2
INCDIR := $(BUILDDIR)/include
LIBDIR := $(BUILDDIR)/lib