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-02-29 23:10:34 +0300
committerBoris Fomitchev <bfomitchev@nvidia.com>2016-02-29 23:10:34 +0300
commit941d9da08cab04b5ffd7bb050dc1107b293f5d1d (patch)
tree4a5e88b7cce29008cd3174a282f6f3a99b039c85 /Makefile
parent5554a4c9f0d81a39f1a737c92ade1fe88de6760e (diff)
Updated package version, added manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9afde64..c019d43 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ CUDACODE := -gencode=arch=compute_35,code=sm_35 \
BUILDDIR := build
NVCC := $(CUDA_HOME)/bin/nvcc
+
GPP := g++
CPPFLAGS := -I$(CUDA_HOME)/include
CXXFLAGS := -O3 -fPIC -fvisibility=hidden
@@ -58,8 +59,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 := 0
-VER_PATCH := 2
+VER_MINOR := 1
+VER_PATCH := 0
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
MPITESTS := mpi_test
@@ -136,4 +137,3 @@ install : lib
@mkdir -p $(PREFIX)/include
@cp -P -v build/lib/* $(PREFIX)/lib/
@cp -v build/include/* $(PREFIX)/include/
-