Dissecting GPU Utilization for LLM Inference on Nvidia Hopper
This solves a real problem for anyone optimizing LLM inference on H100s. The insight that decode fills only a fraction of 64-row matrix fragments explains performance gaps and is actionable. If you're tuning vLLM or similar inference stacks on Hopper, this tells you where to look and why throughput-per-GPU is worse than you thought.