From 7fef264bfa3fce60907b1cd6808257c64e222604 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Wed, 1 Mar 2017 16:43:49 -0800 Subject: [PATCH] Bumping version to 1.3.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8fc02b642..d0fe9b973 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. # # See LICENCE.txt for license information # @@ -52,7 +52,7 @@ endif NCCL_MAJOR := 1 NCCL_MINOR := 3 -NCCL_PATCH := 2 +NCCL_PATCH := 3 CXXFLAGS += -DNCCL_MAJOR=$(NCCL_MAJOR) -DNCCL_MINOR=$(NCCL_MINOR) -DNCCL_PATCH=$(NCCL_PATCH) CUDA_VERSION ?= $(shell ls $(CUDA_LIB)/libcudart.so.* | head -1 | rev | cut -d "." -f -2 | rev)