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:
authorLuke Yeager <luke.yeager@gmail.com>2015-12-19 01:05:37 +0300
committerLuke Yeager <luke.yeager@gmail.com>2015-12-19 01:23:34 +0300
commitc9da89254b841ebf48abab2270d9fba243debde2 (patch)
tree088e518130e6c19b8d9b02bd8a790b3a6bbc5f2f /Makefile
parentf1e92fe2a39c10e48cb6862159cb7f5e85c17f53 (diff)
Update deb packaging scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a771977..f4ffdb5 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduc
LIBNAME := libnccl.so
VER_MAJOR := 1
VER_MINOR := 0
-VER_PATCH := 0
+VER_PATCH := 2
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
MPITESTS := mpi_test