Change default channels duplication for chordal ring (#233)

This commit is contained in:
Wenkai Du
2020-07-14 15:16:50 -07:00
committed by GitHub
parent f87ba17737
commit ab787c767e
5 changed files with 16 additions and 8 deletions
+2
View File
@@ -101,4 +101,6 @@ ncclResult_t ncclTopoTuneModel(struct ncclComm* comm, int minCompCap, int maxCom
#include "info.h"
ncclResult_t ncclTopoGetAlgoTime(struct ncclInfo* info, int algorithm, int protocol, float* time);
ncclResult_t parseChordalRing(struct ncclTopoSystem* system, char **str);
#endif