Skip to content
inference.academy

glossary/scale/interconnect-bandwidth

Interconnect bandwidth

Bytes per second between GPUs, whether over NVLink inside a node, InfiniBand or Ethernet between nodes, or PCIe to the host. Every form of parallelism pays it: all-reduces for tensor parallelism, activations for pipeline, all-to-all for experts, and whole KV caches for disaggregation and offload. The hierarchy of bandwidths, from HBM down to the network, is the map of what can be split where.


1.5 TB/s to 12 GB/s

From an A100's HBM to a realised host link, the range the prefix cache explainer's tiers are priced across.


Related