GDRCOPY support: Off by default (#1605)

[ROCm/rccl commit: bd0092e8f1]
This commit is contained in:
Wenkai Du
2025-03-18 08:17:01 -07:00
committed by GitHub
parent 5a25b110af
commit c6f4c8d17a
+1 -1
View File
@@ -124,7 +124,7 @@ RCCL_PARAM(MscclppEnabled, "MSCCLPP_ENABLE", defaultEnableMscclpp);
RCCL_PARAM(MscclppForceEnabled, "MSCCLPP_FORCE_ENABLE", 0);
// GDRCOPY support: Off by default
NCCL_PARAM(GdrCopyEnable, "GDRCOPY_ENABLE", 1);
NCCL_PARAM(GdrCopyEnable, "GDRCOPY_ENABLE", 0);
// GDRCOPY support
gdr_t ncclGdrCopy = NULL;