GDRCOPY support: Off by default (#1605)

This commit is contained in:
Wenkai Du
2025-03-18 08:17:01 -07:00
committed by GitHub
parent ccb0820743
commit bd0092e8f1
+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;