From dd8e9379485053242d7671dee4a96a0a80198b0e Mon Sep 17 00:00:00 2001 From: paklui Date: Mon, 6 May 2024 13:27:50 -0700 Subject: [PATCH] fix typo for DMABUF_ENABLE [ROCm/rccl commit: 140b7dd40f0b9d8575bab3dde74129c3bfebf6c8] --- projects/rccl/src/misc/rocmwrap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/src/misc/rocmwrap.cc b/projects/rccl/src/misc/rocmwrap.cc index 1e7eb5527d..b8161e76e4 100644 --- a/projects/rccl/src/misc/rocmwrap.cc +++ b/projects/rccl/src/misc/rocmwrap.cc @@ -101,7 +101,7 @@ static void initOnceFunc() { /* DMA-BUF support */ //ROCm support if (ncclParamDmaBufEnable() == 0 ) { - INFO(NCCL_INIT, "Dmabuf feature disabled without NCCL_ENABLE_DMABUF_SUPPORT=1"); + INFO(NCCL_INIT, "Dmabuf feature disabled without NCCL_DMABUF_ENABLE=1"); goto error; } res = pfn_hsa_system_get_info((hsa_system_info_t) 0x204, &dmaBufSupport);