NCCL_TREES variable and rome model fixes (#856)

Этот коммит содержится в:
akolliasAMD
2023-08-21 10:35:37 -06:00
коммит произвёл GitHub
родитель 148e3430f4
Коммит d33cd5a233
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