Why it matters
Decode math shapes throughput. Understanding shapes ITL.
Advertisement
The architecture
Per token: read all N params + KV.
Time = params_bytes / HBM_BW.
Batch amortizes reads.
Advertisement
How it works end to end
Bytes per token: N * bytes/param.
Batching amortizes: multiple streams share weight reads.
Speculative decoding improves.