This commit is contained in:
Saeed Maleki 2021-03-17 22:30:54 +00:00
Родитель e276503b26
Коммит d12fca78a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -823,7 +823,7 @@ static ncclResult_t initTransportsRank(struct ncclComm* comm, ncclUniqueId* comm
NCCLCHECKGOTO(ncclTransportP2pSetup(comm, &treeGraph), ret, affinity_restore);
INFO(NCCL_INIT, "Connected all trees");
// NetSharedBuffers needs to be set for this to work across nodes.
NCCLCHECK(scklGetTopoFromXMLAndSetChannels(comm));
// Connect SCKL graph
for (int c=0; c<comm->nChannels; c++) {