Skip to content
inference.academy

glossary/scale/nvlink

NVLink

also NVSwitch

NVIDIA's GPU-to-GPU interconnect, an order of magnitude faster than PCIe, and the switch fabric that joins every GPU in a node or rack to every other at full rate. It sets the boundary of tensor parallelism: within an NVLink domain the per-layer all-reduces are cheap; across it they are not. Domain size has grown from 8 GPUs per node to 72 per rack, and with it the models one domain can serve at once.


600 GB/s

Per A100 in total NVLink bandwidth; 900 GB/s on the H100, against 64 GB/s for a PCIe Gen5 x16 slot.


Related