GDRCOPY support: Off by default (#1605)
[ROCm/rccl commit: bd0092e8f1]
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -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;
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user