Skip to content

Commit

Permalink
Bumping version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeaugey committed Mar 2, 2017
1 parent 8996811 commit 7fef264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7fef264

Please sign in to comment.