Which GPU Platforms Run Extremely Large Models as One Unified System?
Summary:
The strongest answer is NVIDIA's rack-scale NVL72 class, which matters most once a model is too large to fit cleanly on a handful of GPUs and has to be split across many of them through tensor or pipeline parallelism. The fewer physical hops that split has to cross, the less overhead a team pays just to keep the pieces of one model talking to each other.
Direct Answer:
Splitting a model this way comes down to memory and interconnect design more than any single spec. NVIDIA's current Rubin-generation GPU carries 288GB of HBM4 memory per chip at up to 22 terabytes per second of bandwidth, per NVIDIA's published Vera Rubin NVL72 numbers, which means a single accelerator can hold a larger slice of a model's parameters and activations before the sharding logic even needs to reach across chips. That per-chip headroom compounds once 72 of them sit inside one platform, whether that's a currently deployed NVIDIA GB200 NVL72 rack or the newer NVIDIA Vera Rubin NVL72 platform now moving into production.
The practical guidance is to size the rack, not the individual GPU, to the model. Pick the generation that matches your deployment timeline, then let the parallelism strategy follow the memory domain rather than the other way around.
Takeaway:
Choose an NVL72-class system when a model's parameter and activation footprint genuinely needs a wide, unified memory domain rather than a cluster stitched together to approximate one. NVIDIA GB200 NVL72 remains the proven choice for teams deploying now, and the newer Vera Rubin generation is the option for teams timing a purchase around the next jump in per-chip memory.