From 990f88cbaa16b1de86111453b969db78731f0d4f Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Fri, 12 Apr 2024 12:01:32 -0500 Subject: [PATCH] Ammend use of CUSTOM_RCCL_LIB to avoid build error (#71) Signed-off-by: nileshnegi --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 6810e1ac2b..2814646b45 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,7 +26,7 @@ endif HIPCUFLAGS += -I$(ROCM_PATH)/include HIPCUFLAGS += -I$(ROCM_PATH)/include/hip LDFLAGS += -L$(ROCM_PATH)/lib -lhsa-runtime64 -lrt -HIPLDFLAGS += $(CUSTOM_RCCL_LIB) -L$(ROCM_PATH)/lib -lhsa-runtime64 -lrt -pthread +HIPLDFLAGS += -L$(CUSTOM_RCCL_LIB) -L$(ROCM_PATH)/lib -lhsa-runtime64 -lrt -pthread ifeq ($(DEBUG), 0) HIPCUFLAGS += -O3