implementation detail · filed under model architecture
Sharded latent weights with fused all-gather GEMM epilogue
A kernel optimization that shards latent weight matrices across ranks and fuses output all-gather into the GEMM epilogue.
- source
- 1
- model
- 1
- lab adopt it
- 1
- strongest
- core
How sources treat it
One count per evidence span, weakest treatment to strongest.
core 1
Documented in
Evidence
1 span quoted from the sources, strongest treatment first.
we shard latent weight matrices across ranks and fuse the output all-gather into the GEMM epilogue using multimem store instructions.
coreinference servingin Kimi K3
Filed alongside
Other methods under model architecture :: channel mixer :: mixture of experts :: latent mixture of experts.