NCCL_TREES variable and rome model fixes (#856)

[ROCm/rccl commit: d33cd5a233]
这个提交包含在:
akolliasAMD
2023-08-21 10:35:37 -06:00
提交者 GitHub
父节点 47330a62a6
当前提交 56129830a6
修改 8 个文件,包含 58 行新增60 行删除
+1 -1
查看文件
@@ -1019,7 +1019,7 @@ ncclResult_t initTransportsRank_3(struct ncclComm* comm, struct allGatherInfo *a
NCCLCHECKGOTO(ncclCalloc(&rings, nranks*MAXCHANNELS), ret, fail);
NCCLCHECKGOTO(ncclTopoPostset(comm, nodesFirstRank, nodesTreePatterns, allTopoRanks, rings, graphs, nc), ret, fail);
if (comm->topo->pivotA2ANumBiRings == 3) NCCLCHECK(ncclTreeBasePostset(comm, &treeGraph));
if (comm->topo->treeDefined) NCCLCHECK(ncclTreeBasePostset(comm, &treeGraph));
// AllGather3 - end