Example result Fabricated demonstration data is shown on the leaderboard. No benchmark runs were performed.

NVIDIA DGX Spark · GB10 Grace Blackwell

The machine on the clock.

Every official run executes on one physical computer: a single NVIDIA DGX Spark, frozen down to its kernel build and driver version for the duration of the contest. Nobody gets a bigger GPU, a second node, or a cooler room. This page explains what a DGX Spark is and what it means for an entrant. The short version: a familiar CUDA machine, enough memory that a run never fights for it, and a clear map of where speed is won.

AI compute · 4-bit sparse1 PFLOP
Unified LPDDR5x memory128 GB
Memory bandwidth273 GB/s
Arm CPU cores20

From Project DIGITS to the lab bench

GB10: two processors, one memory

GB10 superchip
Grace CPU 10 × Cortex‑X925 performance 10 × Cortex‑A725 efficiency
Blackwell GPU 6,144 CUDA cores 5th‑gen Tensor Cores
128 GB LPDDR5x, one coherent pool shared by CPU and GPU · 273 GB/s
Both processors address the same physical memory. The JPEG decoder and the attention kernel are not on opposite sides of a bus; they are neighbors sharing one memory controller and one bandwidth budget.
SubsystemWhat is in the box
SuperchipNVIDIA GB10 Grace Blackwell, co-designed with MediaTek
CPU20 Armv9 cores: 10 Cortex‑X925 performance plus 10 Cortex‑A725 efficiency
GPUBlackwell architecture, 6,144 CUDA cores, 5th‑generation Tensor Cores, native 4-bit tensor precision
Memory128 GB LPDDR5x on a 256-bit bus, 273 GB/s, coherent and unified across CPU and GPU
InterconnectNVLink‑C2C between CPU and GPU, about 5 × PCIe Gen 5 bandwidth
Storage4 TB self-encrypting NVMe M.2
NetworkConnectX‑7 (two QSFP ports, 200 Gb/s) for pairing two Sparks, 10 GbE RJ‑45, Wi‑Fi 7
SoftwareDGX OS (Ubuntu-based) with the CUDA 13 stack
Body150 × 150 × 50.5 mm · 1.2 kg · up to 240 W over USB‑C

The serious networking is beside the point here: scored containers run with --network none, so the ConnectX‑7 spends the whole contest doing nothing.

Ample by design: 128 GB for the GPU

GPU-addressable memoryGB · DGX Spark highlighted
DGX Spark unified LPDDR5x 128
H100 SXM HBM3 80
RTX 5090 GDDR7 32
RTX 4090 GDDR6X 24

Where the time goes: 273 GB/s

Memory bandwidth in contextpeak DRAM bandwidth · GB/s · DGX Spark highlighted
RTX 5090 GDDR7 · 512-bit 1,792
RTX 4090 GDDR6X · 384-bit 1,008
Apple M4 Max LPDDR5x · 512-bit 546
DGX Spark LPDDR5x · 256-bit 273

The host, frozen

A benchmark on one machine is only fair while it stays the same machine. Production configuration pins the host software stack by exact version; the doctor gate and the scorer's pre-run attestation refuse to time anything on a host that has drifted:

Attested propertyFrozen value
Architectureaarch64
GPUNVIDIA GB10
Kernel release6.17.0-1021-nvidia
NVIDIA driver580.159.03
Docker engine29.2.1
NVIDIA Container Toolkit1.19.1
BuildKitv0.27.1
CPU governorperformance
GPU persistence modeEnabled

What your container actually gets

An official run never sees the whole machine; it sees a deliberately carved slice that is identical for every entrant:

Why one small machine