Merge remote-tracking branch 'origin/develop' into 2.10.3

Αυτή η υποβολή περιλαμβάνεται σε:
Wenkai Du
2021-08-24 09:49:47 -07:00
γονέας 707c687090 5c8380ff5b
υποβολή d5f93649ff
14 αρχεία άλλαξαν με 706 προσθήκες και 49 διαγραφές
+1 -1
Προβολή Αρχείου
@@ -899,7 +899,7 @@ static ncclResult_t initTransportsRank(struct ncclComm* comm, ncclUniqueId* comm
if (comm->topo->nodes[GPU].count == comm->topo->nRanks && (comm->topo->type & RCCL_TOPO_CR8G))
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 = 6;
allGather3Data[rank].nc = 4;
allGather3Data[rank].tree.pattern = treeGraph.pattern;
allGather3Data[rank].tree.nChannels = treeGraph.nChannels;
allGather3Data[rank].tree.sameChannels = treeGraph.sameChannels;