Rework Rome detection and add multiple network ports models (#274)

* Rework Rome detection and add multiple network ports models

* Remove unused opCount in p2p transport
This commit is contained in:
Wenkai Du
2020-10-07 13:37:36 -07:00
committed by GitHub
parent 88a062342b
commit ae008fd2db
11 changed files with 616 additions and 352 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ ncclResult_t ncclTopoPreset(struct ncclComm* comm,
struct ncclTopoRanks* topoRanks);
ncclResult_t ncclTopoPostset(struct ncclComm* comm, int* firstRanks,
struct ncclTopoRanks** allTopoRanks, int* rings, int gcn);
struct ncclTopoRanks** allTopoRanks, int* rings, int gcn, int nnets);
ncclResult_t ncclTopoConnectCollNet(struct ncclComm* comm, struct ncclTopoGraph* collNetGraph, int rank);