Merge remote-tracking branch 'nccl/master' into develop

This commit is contained in:
BertanDogancay
2025-06-20 07:53:59 -05:00
melakukan aaf023976a
136 mengubah file dengan 8510 tambahan dan 5421 penghapusan
+1 -1
Melihat File
@@ -621,7 +621,7 @@ namespace RcclUnitTesting
ss << "(" << (inPlace ? "IP" : "OP") << ","
<< (managedMem ? "MM" : "GM") << ","
<< (useHipGraph ? "GL" : "NL") <<") ";
ss << std::setfill(' ') << std::setw(12) << ncclDataTypeNames[dataType] << " ";
ss << std::setfill(' ') << std::setw(15) << ncclDataTypeNames[dataType] << " ";
if (CollectiveArgs::UsesReduce(funcType)) ss << std::setfill(' ') << std::setw(7) << ncclRedOpNames[redOp] << " ";
if (CollectiveArgs::UsesRoot(funcType)) ss << "Root " << root << " ";
return ss.str();