Model techniques map
Techniquesmodel architecturetoken mixersparse attentionsparse attention indexer

specific method · filed under model architecture

Lightning Indexer

An indexer for sparse-attention token selection; one described implementation fuses score calculation, ReLU, and TopK into a single kernel.

sources
3
models
2
labs adopt it
2
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 1core 2

Documented in

Further reading

Picked by hand, not extracted: where to read more, not evidence for anything on this page.

Evidence

3 spans quoted from the sources, strongest treatment first.

The prototype of DSA primarily consists of two components: a lightning indexer and a fine-grained token selection mechanism.

coremodel architecturein DeepSeek-V3.2DeepSeek

The prototype of DSA primarily consists of two components: a lightning indexer and a fine-grained token selection mechanism.

coremodel architecturein DeepSeek-V3.2DeepSeek

Lightning Indexer integrates score calculation, ReLU, and TopK operations into a single kernel

usedsoftware implementationin GLM-5Z.ai

Filed alongside

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