Model techniques map
Techniquesmodel architecturetoken mixersparse attention

implementation detail · filed under model architecture

KV-outer sparse attention

An implementation that organizes sparse attention with key-value blocks as the outer loop, aggregating the queries that access each block.

Also called KV outer gather Q.

sources
2
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 2

Documented in

Evidence

2 spans quoted from the sources, strongest treatment first.

adopting a "KV outer gather Q" approach that uses KV blocks as the outer loop to aggregate the queries that hit them

usedsoftware implementationin MiniMax-M3MiniMax

organize sparse attention in a KV-outer order

usedsoftware implementationin MSA inference kernelMiniMax

Filed alongside

Other methods under model architecture :: token mixer :: sparse attention.