Why a 14GB model fitting in an 80GB H100 tells you nothing about inference speed

techNmak · x · 2026-09-14

A worked example shows why "the model fits in VRAM" says little about inference speed: a 7B model at 2 bytes/weight is 14GB, trivially fitting in an H100's 80GB HBM — but streaming all weights at the advertised 3.35TB/s still takes 4.18ms per decode step, capping throughput near 239 tokens/s as a theoretical bound.

Key points:

The author compiled these notes into a handbook on the GPU memory hierarchy covering registers, shared memory, L1/L2, HBM, locality, coalescing, tiling, GEMM, attention, and prefill vs. decode.

Original post →

More from Infra

Infra channel →