Model techniques map
Techniquesinference & servinginference kernel

implementation detail · filed under inference & serving

Fusion of activation, gating, and reduction into GEMM epilogues

Fuses SiLU, sigmoid, gating, and the final reduction into two GEMM epilogues to avoid intermediate global-memory writes.

source
1
model
1
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

SiLU, Sigmoid, gating, and the final reduction are fused into the two GEMM epilogues, avoiding intermediate writes to global memory.

usedunclearin SGLangSGLang

Filed alongside

Other methods under inference & serving :: inference kernel.