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-04-21 20:00:24 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-04-22 00:10:31 +0300
commit0177cf3ea48dc5bf3572383b9758143f3307821c (patch)
tree30fc06c444e18e8f01293048b381c41e82e876bc /Makefile
parent03df4c77594bb37ab39323412b98123ddada1804 (diff)
Fixed install location, new .deb version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dee3f80..4ac858d 100644
--- a/Makefile
+++ b/Makefile
@@ -61,8 +61,8 @@ INCEXPORTS := nccl.h
LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduce.cu reduce_scatter.cu
LIBNAME := libnccl.so
VER_MAJOR := 1
-VER_MINOR := 1
-VER_PATCH := 0
+VER_MINOR := 2
+VER_PATCH := 1
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
MPITESTS := mpi_test