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 <borisfom@users.noreply.github.com>2016-04-22 00:46:41 +0300
committerBoris Fomitchev <borisfom@users.noreply.github.com>2016-04-22 00:46:41 +0300
commit0629fb62d7c14712be1750430122132da526038c (patch)
treec7fb16986248690e537db31a9937b165d86949af /Makefile
parent658aca1469532a09fc265419a6d300f673911b4b (diff)
parent0177cf3ea48dc5bf3572383b9758143f3307821c (diff)
Merge pull request #21 from borisfom/master
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 0e49c31..bb59e9f 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