diff --git a/Makefile b/Makefile index 0dcf150..5d96f96 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ endif NCCL_MAJOR := 1 -NCCL_MINOR := 5 +NCCL_MINOR := 2 NCCL_PATCH := 3 CXXFLAGS += -DNCCL_MAJOR=$(NCCL_MAJOR) -DNCCL_MINOR=$(NCCL_MINOR) -DNCCL_PATCH=$(NCCL_PATCH)