Change default channels duplication for chordal ring (#233)

Tento commit je obsažen v:
Wenkai Du
2020-07-14 15:16:50 -07:00
odevzdal GitHub
rodič f87ba17737
revize ab787c767e
5 změnil soubory, kde provedl 16 přidání a 8 odebrání
+1
Zobrazit soubor
@@ -448,6 +448,7 @@ ncclResult_t initTransportsRank_3(struct ncclComm* comm, struct allGather3Data_t
snprintf(line+strlen(line), 1023-strlen(line), " [%d] %d/%d/%d->%d->%d|%d->%d->%d/%d/%d",
c, treeUp->down[0], treeUp->down[1], treeUp->down[2], rank, treeUp->up,
treeDn->up, rank, treeDn->down[0], treeDn->down[1], treeDn->down[2]);
INFO(NCCL_GRAPH, "Ring %d : %d -> %d -> %d", c, comm->channels[c].ring.prev, comm->rank, comm->channels[c].ring.next);
}
line[1023] = '\0';
INFO(NCCL_INIT, "Trees%s", line);