Merge pull request #782 from ROCmSoftwarePlatform/2.18.3

Sync up with NCCL 2.18.3
This commit is contained in:
Wenkai Du
2023-06-29 15:04:16 -07:00
committed by GitHub
83 changed files with 5798 additions and 4090 deletions
+1 -1
View File
@@ -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;