flâneur

Future leakage in block-quantized attention | MatX

matx.com · 984 words · saved by 2 readers

Quantizing attention improves efficiency on two fronts: the model has higher compute throughput, and loads fewer bytes per key/value. However, training with blo

January 09, 2026 Akshay Mishra, Reiner Pope, Sanjit Neelam, Daniel Heinlein, Vaclav Cvicek, Zaal Vasania, and James Hill-Khurana Quantizing attention improves efficiency on two fronts: the model has higher compute throughput, and loads fewer bytes per key/value. However, training with block quantized attention can break causal modeling. We present a fix that enables training with MXFP4 in both attention and the attention gradient. Causal modeling In causal language modeling, the final logits at position ii must depend only on tokens at positions ≤i\le i. Future leakage is when…

saved by

related reading