diff --git a/projects/rccl/Makefile b/projects/rccl/Makefile index 2aa4667370..9b15c62317 100644 --- a/projects/rccl/Makefile +++ b/projects/rccl/Makefile @@ -70,7 +70,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 := 2 +VER_PATCH := 3 INCDIR := $(BUILDDIR)/include LIBDIR := $(BUILDDIR)/lib