the.ai

Hardware / Fabric

verified

Interconnect Topology

Accelerators in a large cluster are not equally close to each other. Eight in the same server share a fast dedicated fabric; two in different racks talk over a network an order of magnitude slower. Which accelerators hold which part of the model therefore decides how much of the traffic gets the fast path, and a placement that ignores this can leave most of the machine waiting.

Viz primitive · budget-splitcross-node-bytes = 20

cross-node-bytes holds 25% of the budget; rest holds the remaining 75%.

Traffic crossing the slow inter-node network, against traffic staying on the fast fabric inside a server, in equal units. Drag the spread of the chattiest parallelism up to watch the slow tier take the traffic — and with a synchronous collective, the slow tier sets the pace for everyone.

20

Reviewed by opendroid · 2026-08-18

  • arXiv:2402.15627 — MegaScale: Scaling Large Language Model Training to More Than 10,000 GPUs
  • arXiv:1909.08053 — Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelism