IR4 Leaders

NVIDIA technical article 002

Vera Rubin GPU Platform

How NVIDIA combines compute, scale-up networking, scale-out networking, storage and control into one AI infrastructure platform.

01

What it is

Vera Rubin is NVIDIA’s current platform for building large AI systems; it is not a single GPU. The platform connects specialised processors for AI computation, CPU orchestration, rack-scale communication, cluster networking, storage and infrastructure control.

The Rubin GPU is its principal compute engine. Vera CPUs prepare and coordinate work; NVLink 6 joins GPUs inside a scale-up domain; ConnectX-9 and Spectrum-6 connect systems across a scale-out fabric; BlueField-4 handles infrastructure services. NVIDIA added Groq 3 LPX in March 2026 as a seventh processor type for selected low-latency inference paths.

Scale up
Join accelerators into one tightly coupled compute domain.
Scale out
Join racks or pods through Ethernet or InfiniBand.
Control plane
Provision, isolate, secure and monitor infrastructure.
AI factory
NVIDIA’s term for an installation that runs AI workloads continuously.
Official NVIDIA platform overview · Open on YouTube ↗
02

Why a platform is needed

At large scale, faster matrix arithmetic alone does not guarantee faster training or inference. Work can stall in memory, CPU preparation, collective communication, cluster congestion, storage or security processing.

ConstraintWhere it appearsPlatform response
Model stateWeights, activations and KV cache exceed one GPU’s memory.HBM4 on Rubin plus scale-up domains and external context-memory systems.
GPU coordinationCollectives and MoE routing repeatedly exchange data among accelerators.NVLink 6 provides uniform, high-bandwidth communication inside the rack.
Host workScheduling, tokenisation, tool use and RL environments can leave GPUs idle.Vera CPUs provide CPU capacity and coherent CPU–GPU connectivity.
Cluster trafficSynchronised GPU flows create short, intense congestion bursts.ConnectX-9 endpoints coordinate with Spectrum-6 or Quantum-X800 fabrics.
Infrastructure workNetworking, storage, isolation and security consume host resources.BlueField-4 offloads infrastructure services from the compute path.
03

From processor to POD

Vera Rubin platform hierarchyRubin GPUs and Vera CPUs form superchips, superchips form NVL72 racks, and specialised racks form a Vera Rubin POD. PROCESSORSRubin GPUVera CPUSpecialised silicon SUPERCHIP2 Rubin GPUs1 Vera CPUNVLink-C2C NVL72 RACK72 Rubin GPUs36 Vera CPUsNVLink 6 scale upConnectX-9 scale out VERA RUBIN PODCompute racksCPU / LPX racksStorage racksNetwork racksFive rack-scale systems
The platform is hierarchical: component bandwidth matters only when each higher system level preserves it.
04

Seven processor types

ProcessorPrincipal rolePublished technical point
Rubin GPUAI and scientific computation.336 billion transistors; 288 GB HBM4; 22 TB/s memory bandwidth.
Vera CPUHost execution, orchestration and data movement.88 custom Olympus cores with Arm compatibility.
NVLink 6 switchGPU-to-GPU scale-up fabric and collective acceleration.3.6 TB/s bidirectional bandwidth per connected GPU.
ConnectX-9Endpoint for Ethernet or InfiniBand scale-out traffic.Up to 800 Gb/s per port; 1.6 Tb/s per GPU in NVL72 integration.
BlueField-4Networking, storage, security and control-plane offload.64-core Grace CPU plus ConnectX-9 networking.
Spectrum-6Ethernet switching across racks and PODs.102.4 Tb/s switch silicon with 200 Gb/s SerDes.
Groq 3 LPXSelected low-latency language-inference execution paths.Added to the platform in March 2026; separate LPX rack-scale system.
05

How work moves through the platform

  1. Prepare work.Vera CPU software schedules requests, prepares data and coordinates host-side execution.
  2. Compute locally.Rubin GPUs read weights and state from HBM4 and execute tensor, attention and scientific operations.
  3. Exchange inside the rack.NVLink 6 carries activations, expert dispatch and collective traffic among the 72-GPU domain.
  4. Cross the network endpoint.ConnectX-9 applies RDMA, scheduling, congestion control, isolation and security at the server edge.
  5. Scale across racks.Spectrum-X Ethernet or Quantum-X800 InfiniBand moves data across the external fabric.
  6. Offload infrastructure.BlueField-4 processes storage, network and security services independently of application compute.
06

Five rack-scale systems

SystemFunction in the PODWhat it contains
Vera Rubin NVL72Primary GPU compute and rack-scale communication.Rubin GPUs, Vera CPUs, HBM4, NVLink 6, ConnectX-9 and BlueField-4.
Groq 3 LPX rackLow-latency processing for selected inference stages.Groq 3 LPX processors and associated networking.
Vera CPU rackDense CPU execution for agent tools, simulations and services.Liquid-cooled Vera CPU compute nodes.
BlueField-4 STXAI-native storage and context-memory access.BlueField-4 processors, storage interfaces and Spectrum-X connectivity.
Spectrum-6 SPXRack-to-rack Ethernet or InfiniBand connectivity.Spectrum-6 or Quantum-X800 switches and optical interfaces.
POD scale. NVIDIA publishes a 40-rack reference configuration with 1,152 Rubin GPUs, 60 exaflops of compute and 10 PB/s total scale-up bandwidth. These are platform-design figures, not measured application performance.
07

The software layer

The hardware layers are exposed through one programming and operations stack. Software determines model partitioning, communication patterns, resource isolation and achieved utilisation.

CUDA and CUDA-X
Programming, compilers and accelerated libraries.
NCCL and SHARP
Collective communication and in-network reduction.
Dynamo and inference frameworks
Distributed inference scheduling, serving and model execution.
DOCA and platform management
Infrastructure, networking, storage, security and lifecycle operations.
08

Terms used in this article

Endpoint
The network interface where a server injects or receives fabric traffic.
Collective
An operation involving a group of processors, such as all-reduce.
KV cache
Attention state retained while a model generates later tokens.
POD
A group of specialised racks operated as one larger system.
RAS
Reliability, availability and serviceability mechanisms.
RDMA
Direct memory transfer across a network with limited CPU handling.
SerDes
Serializer/deserializer circuitry used by high-speed links.
CPO
Co-packaged optics placed close to switch silicon.
09

Limits of the evidence

  • Most architecture and performance data currently comes from NVIDIA.
  • “Up to” and generational claims depend on workload, software and configuration.
  • The platform evolved from six to seven processor types in March 2026.
  • POD figures describe a reference design, not every customer deployment.
  • Price and vendor cost-per-token claims are excluded.
10

Primary sources

  1. NVIDIA Vera Rubin platformOfficial platform overview and system scope.
  2. Inside the NVIDIA Vera Rubin PlatformProcessors, architecture, data paths and rack integration.
  3. Inside NVIDIA Rubin GPU ArchitectureRubin compute, HBM4 and memory mechanisms.
  4. NVIDIA Vera Rubin PODSeven processors, five rack-scale systems and POD reference figures.
  5. NVIDIA Vera Rubin platform overview videoOfficial system-level visual explanation.