Merge pull request #1167 from paklui/dmabuf

fix typo for DMABUF_ENABLE
此提交包含在:
Pak Nin Lui
2024-05-07 08:48:44 -07:00
提交者 GitHub
當前提交 92a4fc6204
+1 -1
查看文件
@@ -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);