The LLM inference ceiling: max tokens/sec = GPU memory bandwidth / 2N

abhijithneil · x · 2026-09-03

The author derives a first-principles estimate for LLM inference speed: producing each output token requires reading essentially every model weight from memory — for dense models there's no way around it. With N billion weights at 2 bytes each, that's 2N GB pulled per token, giving a hard ceiling of max tokens/sec = B / 2N, where B is GPU memory bandwidth. Engineering work is about approaching as high a percentage of this ceiling as possible on given hardware.

Original post →

More from Infra

Infra channel →