[Bug]: [trtllm-gen fmha] Missing OE2m1 ForGen VarSeqQ32/64/128 kernels + E2M1 hard-gated selector causes high-throughput decode regression
Open
@PerkzZheng is already working on this.
Since Feb 24, 2026.
bug
Customized kernels
- Dominant language
- Python
- Stars
- 14.7k
- Forks
- 2.8k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 489
Description
System Info
b300
Who can help?
for q in 8 16 32 64 128; do
n=$(ls cpp/tensorrt_llm/kernels/trtllmGenKernels/fmha/cubin/QkvE4m3OE2m1ForGencubin.cpp 2>/dev/null | grep -E "VarSeqQ${q}Kv128" | wc -l)
echo "Q${q}: ${n}"
done
res
Q8: 24
Q16: 24
Q32: 0
Q64: 0
Q128: 0
https://github.com/vllm-project/vllm/issues/34988
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction
Expected behavior
.
actual behavior
.
additional notes
https://github.com/vllm-project/vllm/issues/34988
Before submitting a new issue...
- Make sure you already searched for relevant issues, and checked the documentation and examples for answers to frequently asked questions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.