JA EN
Glossary › flashattention

GLOSSARY

flashattention

appears in 2 paper titles

Definition

An IO-aware implementation of attention that tiles the computation into blocks kept in the GPU's fast on-chip SRAM, so the full attention matrix is never written to high-bandwidth memory. It is exact — the output matches standard attention rather than approximating it — while reducing memory from quadratic to linear in sequence length and cutting wall-clock time. It is a large part of why long context windows became practical, and it now ships inside the major training and inference stacks.

Explainers using this term