deepseek-ai/FlashMLA
FlashMLA: Efficient Multi-head Latent Attention Kernels observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 94
- Release rhythm 35
- Longevity 39
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 558
- days_rel: n/a
- days_push: 36
- n_releases_24m: 0
Adoption not part of the score
12872 stars · 1137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FlashMLA is DeepSeek's library of optimized CUDA attention kernels implementing Multi-head Latent Attention (MLA), including dense and token-level sparse attention for prefill and decoding stages with FP8 KV cache support. It powers DeepSeek-V3 and DeepSeek-V3.2 models and achieves up to 660 TFLOPS on H800 and 1460 TFLOPS on B200 GPUs.
Use cases
- speed up MLA decoding for DeepSeek-style LLM inference
- run sparse attention with FP8 KV cache on Hopper GPUs
- benchmark attention kernel throughput on H800 or B200
- integrate optimized prefill attention kernels into an inference engine
- serve large language models with memory-efficient attention
When to choose
- you are serving DeepSeek-V3/V3.2 or other MLA-based models on NVIDIA Hopper or Blackwell GPUs
- you need maximum attention throughput for prefill or decoding in a custom inference stack
- you want FP8 KV cache sparse decoding kernels
When to avoid
- you use standard multi-head attention models without MLA support
- you run inference on non-NVIDIA hardware like AMD or Apple GPUs
- you need a turnkey inference server rather than low-level kernels
Facets
library · maturity active
machine-learning llm-inference gpu-computing benchmarking deep-learning large-language-models gpu-computing performance python cpp attention-kernels cuda mla sparse-attention fp8 flash-attention hopper blackwell gpu linux
1 source
- readme: https://github.com/deepseek-ai/FlashMLA · fetched 2026-08-28 · 7f611d83d918
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| deepseek-ai/FlashMLA | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="deepseek-ai/FlashMLA")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem