Added creation of new tree and added switch for using treesplit for specific cases (#551)

This commit is contained in:
akolliasAMD
2022-05-25 18:55:14 -04:00
committato da GitHub
parent 700b473211
commit 98f0809a39
8 ha cambiato i file con 229 aggiunte e 6 eliminazioni
+2
Vedi File
@@ -789,6 +789,8 @@ ncclResult_t initTransportsRank_3(struct ncclComm* comm, struct allGather3Data_t
NCCLCHECK(ncclCalloc(&rings, nranks*MAXCHANNELS));
NCCLCHECK(ncclTopoPostset(comm, nodesFirstRank, nodesTreePatterns, allTopoRanks, rings, &collNetGraph, nc));
if (comm->topo->pivotA2ANumBiRings == 3) NCCLCHECK(ncclTreeBasePostset(comm, &treeGraph));
free(allTopoRanks);
free(nodesTreePatterns);
free(nodesFirstRank);