What is NVLink?
The fast GPU-to-GPU link behind scale-up designs.
Compute College
NVL72-style rack systems link many GPUs into one; it illustrates scale-up (bigger tightly-coupled units) versus scale-out (more networked units).
NVL72 refers to a rack-scale system that links many GPUs with high-speed interconnect so they behave like one very large accelerator. It illustrates scale-up — making a single tightly-connected unit bigger — versus scale-out, adding more separate units connected over a network. Both expand AI compute, but in different ways.
Memory trick: Scale-up builds a bigger engine; scale-out adds more engines — both add power, but they solve different problems.
Why it matters
Large models need many GPUs working together. Scale-up tightly couples GPUs so they share memory and data at very high speed, which suits big models and low latency; scale-out adds more nodes over slower networks, which suits throughput and capacity. The balance affects performance, cost, power density, and cooling.
Suppose a model is too large for one GPU. Scaling up puts more GPUs in one fast-interconnected rack so they act as a single big accelerator; scaling out spreads the work across many racks over a network. The scale-up approach can be faster for tightly-coupled work but concentrates power and heat in one rack.
Example figures are illustrative calculations, not current quoted market prices.
Counting GPUs without asking how they are connected. The same number of GPUs can behave very differently depending on whether they are tightly coupled (scale-up) or loosely networked (scale-out) — interconnect, not count alone, decides what big models can do.
Practical takeaway
When you see a cluster described, ask how its GPUs are connected and whether the workload needs scale-up or scale-out.
Decision check: choose scale-up when the work is tightly coupled and latency-bound, scale-out when it parallelizes across independent units.
Compute College track
Step 9 of 17: What is NVL72 scale up vs scale out