Tune number of channels for gfx90a (#349)

[ROCm/rccl commit: 415c7cd3d1]
Tento commit je obsažen v:
Wenkai Du
2021-04-19 15:27:01 -07:00
odevzdal GitHub
rodič 951d89b12f
revize e28bac31aa
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
+1 -1
Zobrazit soubor
@@ -573,7 +573,7 @@ ncclResult_t ncclTopoComputeP2pChannels(struct ncclComm* comm) {
}
}
if (comm->topo->nodes[GPU].count == comm->topo->nRanks && (comm->topo->type & RCCL_TOPO_4P2H_ROME) && !(comm->topo->type & RCCL_TOPO_GDR_ALL)) {
if (comm->topo->nodes[GPU].count == comm->topo->nRanks && (comm->topo->type & RCCL_TOPO_4P2H_ROME) && !(comm->topo->type & RCCL_TOPO_GDR_ALL) && (comm->topo->nodes[GPU].nodes[0].gpu.gcn != 910)) {
// Adjust P2P channels on Rome
comm->p2pnChannelsPerPeer = 2;
comm->p2pnChannels = 2;