AI inference glossary
HardwareHBM

High-bandwidth memory

In plain English

HBM is the GPU’s small pool of extremely fast nearby memory, where model weights and working data must fit while inference runs.

Technical definition

High-bandwidth memory is stacked memory placed close to an accelerator to provide much higher bandwidth than conventional server memory.

Engineering details

HBM stores model weights, activations, workspace, and KV cache. Capacity determines which models, batch sizes, and parallel layouts fit; bandwidth determines how quickly memory-bound kernels can stream that state.

Why it matters

LLM decode often reads far more data than it computes per token, making HBM bandwidth a primary performance limit. Extra capacity can also enable a more efficient recipe even when nominal compute remains similar.

How to read it in InferenceX

InferenceX hardware comparisons separate HBM capacity from bandwidth. For example, GB300’s larger capacity fits wider prefill/decode layouts than GB200 despite similar bandwidth per GPU.