From fbd1a386db379ad1c9aa55cbc024ce287e32a100 Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Fri, 3 Jun 2016 17:21:53 -0700 Subject: [PATCH] Bump to 1.2.2 [ROCm/rccl commit: 9d9d8cd59fd4e9527ba4552aedf82285def7d3a4] --- projects/rccl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index 49f28947c2..81e34b3472 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -69,7 +69,7 @@ LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduc LIBNAME := libnccl.so VER_MAJOR := 1 VER_MINOR := 2 -VER_PATCH := 1 +VER_PATCH := 2 INCDIR := $(BUILDDIR)/include LIBDIR := $(BUILDDIR)/lib