* Add more Rome models

* Update models and tuning

* Update tuning
Этот коммит содержится в:
Wenkai Du
2021-10-12 08:23:20 -07:00
коммит произвёл GitHub
родитель aa917c3fc8
Коммит 2249a1d9d3
10 изменённых файлов: 246 добавлений и 18 удалений
+2
Просмотреть файл
@@ -672,6 +672,8 @@ ncclResult_t initTransportsRank_1(struct ncclComm* comm, struct allGather1Data_t
allGather3Data[rank].nc = 4;
if (comm->topo->nodes[GPU].count == comm->topo->nRanks && comm->topo->nodes[GPU].nodes[idx].gpu.gcn == 910)
allGather3Data[rank].nc = 4;
if (comm->topo->nodes[GPU].nodes[idx].gpu.gcn == 910)
allGather3Data[rank].nc = std::max(allGather3Data[rank].nc, 4/ringGraph.nChannels);
allGather3Data[rank].tree.pattern = treeGraph.pattern;
allGather3Data[rank].tree.nChannels = treeGraph.nChannels;
allGather3Data[rank].tree.sameChannels = treeGraph.sameChannels;