fix typo for DMABUF_ENABLE

Este commit está contenido en:
paklui
2024-05-06 13:27:50 -07:00
padre b513c3970a
commit 140b7dd40f
+1 -1
Ver fichero
@@ -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);