Merge remote-tracking branch 'nccl/master' into 2.9.8

[ROCm/rccl commit: 87727383fe]
Этот коммит содержится в:
Wenkai Du
2021-05-17 10:15:16 -07:00
родитель 6bce88058a 780273774a
Коммит e0edd3d5e4
9 изменённых файлов: 35 добавлений и 20 удалений
+1
Просмотреть файл
@@ -213,6 +213,7 @@ static ncclResult_t connectCollNet(struct ncclComm* comm, struct ncclTopoGraph*
sprintf(line+strlen(line), "headRank %d out %d shift %d", channel->collTree.headRank, channel->collTree.out, channel->collTree.shift);
INFO(NCCL_GRAPH, "%s", line);
}
free(heads);
return ncclSuccess;
}