Merge pull request #782 from ROCmSoftwarePlatform/2.18.3

Sync up with NCCL 2.18.3
このコミットが含まれているのは:
Wenkai Du
2023-06-29 15:04:16 -07:00
committed by GitHub
コミット ce6a2ffac8
83個のファイルの変更5798行の追加4090行の削除
+1 -1
ファイルの表示
@@ -196,7 +196,7 @@ namespace RcclUnitTesting
if (useMultiRankPerGpu)
{
if (ncclCommInitRankMulti(&this->comms[localRank], this->totalRanks, id, globalRank, globalRank) != ncclSuccess)
//if (ncclCommInitRankMulti(&this->comms[localRank], this->totalRanks, id, globalRank, globalRank) != ncclSuccess)
{
ERROR("Rank %d on child %d unable to call ncclCommInitRankMulti\n", globalRank, this->childId);
status = TEST_FAIL;