Cleanup number of channels calculation (#340)

This commit is contained in:
Wenkai Du
2021-04-05 17:51:56 -07:00
committed by GitHub
parent 17491c918e
commit e26ad2995e
5 changed files with 24 additions and 55 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ ncclResult_t ncclTopoPreset(struct ncclComm* comm,
struct ncclTopoRanks* topoRanks);
ncclResult_t ncclTopoPostset(struct ncclComm* comm, int* firstRanks, int* treePatterns,
struct ncclTopoRanks** allTopoRanks, int* rings, int gcn, int nnets);
struct ncclTopoRanks** allTopoRanks, int* rings, int nc);
ncclResult_t ncclTopoConnectCollNet(struct ncclComm* comm, struct ncclTopoGraph* collNetGraph, int rank);