Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NVIDIA
/
TensorRT-LLM
Public
Notifications
You must be signed in to change notification settings
Fork
2.8k
Star
14.7k
Code
Issues
609
Pull requests
902
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[TRTLLM-12807][feat] add CuteDSL FP8/FP16 MLA decode attention fmha lib
- #17266
#17266
Closed
brnguyen2
wants to merge 29 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
brnguyen2:prbs/mirror/pr-15138
brnguyen2/TensorRT-LLM:prbs/mirror/pr-15138
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
[TRTLLM-12807][feat] add CuteDSL FP8/FP16 MLA decode attention fmha lib
#17266
brnguyen2
wants to merge 29 commits into
NVIDIA:main
NVIDIA/TensorRT-LLM:main
from
brnguyen2:prbs/mirror/pr-15138
brnguyen2/TensorRT-LLM:prbs/mirror/pr-15138
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
[None][feat] add CuteDSL FP8/FP16 MLA decode attention backend
Show description for e37ef7f
haow-nv
committed
e37ef7f
View commit details
Copy full SHA for e37ef7f
Browse repository at this point
[None][feat] CuteDSL MLA decode: fp8 scaling fix, BF16 support, per-layer paged-KV, multi-layer test
Show description for 4c01205
haow-nv
committed
4c01205
View commit details
Copy full SHA for 4c01205
Browse repository at this point
[None][fix] CuteDSL MLA decode: v1 paged-KV layout + CUDA-graph-safe fp8 scale
Show description for 7678862
haow-nv
committed
7678862
View commit details
Copy full SHA for 7678862
Browse repository at this point
[TRTLLM-12807][feat] Wrap CuteDSL MLA decode as FMHA lib
Show description for 748ffeb
yuxianq
authored and
haow-nv
committed
748ffeb
View commit details
Copy full SHA for 748ffeb
Browse repository at this point
[None][feat] CuteDSL MLA decode: MTP causal mask + can_implement gate
Show description for 66159f1
haow-nv
committed
66159f1
View commit details
Copy full SHA for 66159f1
Browse repository at this point
[None][feat] CuteDSL MLA decode: persistent + split-KV alignment (flashinfer #2743/#3309)
Show description for 0fe7413
haow-nv
committed
0fe7413
View commit details
Copy full SHA for 0fe7413
Browse repository at this point
[None][feat] CuteDSL MLA decode: mixed prefill+decode page-table offset, cache-key fix, TRTLLM-Gen mixed warmup
Show description for 7aed06f
haow-nv
committed
7aed06f
View commit details
Copy full SHA for 7aed06f
Browse repository at this point
[None][feat] CuteDSL MLA decode: autotuned is_persistent tactic, perf whitelist gate, op schema cleanup
Show description for cb20915
haow-nv
committed
cb20915
View commit details
Copy full SHA for cb20915
Browse repository at this point
[None][chore] CuteDSL MLA: drop stale is_available comment
Show description for 0960936
haow-nv
committed
0960936
View commit details
Copy full SHA for 0960936
Browse repository at this point
[None][chore] CuteDSL MLA decode: comment cleanup, drop default_is_persistent, gate-aware test asserts
Show description for 722a7de
haow-nv
committed
722a7de
View commit details
Copy full SHA for 722a7de
Browse repository at this point
[None][chore] CuteDSL MLA decode: apply pre-commit formatting, fix comment typos
Show description for e396dc1
haow-nv
committed
e396dc1
View commit details
Copy full SHA for e396dc1
Browse repository at this point
[None][chore] CuteDSL MLA decode: drop standalone decode unit test
Show description for 5d6bc50
haow-nv
committed
5d6bc50
View commit details
Copy full SHA for 5d6bc50
Browse repository at this point
[None][fix] CuteDSL MLA: reject sparse attention in FMHA gate
Show description for 9bc6bc1
haow-nv
committed
9bc6bc1
View commit details
Copy full SHA for 9bc6bc1
Browse repository at this point
[None][chore] CuteDSL MLA decode: trim comments, drop unused runner init params
Show description for b082608
haow-nv
committed
b082608
View commit details
Copy full SHA for b082608
Browse repository at this point
[None][perf] CuteDSL MLA: gate (128,1) decode on spec-decode off
Show description for cb08644
haow-nv
committed
cb08644
View commit details
Copy full SHA for cb08644
Browse repository at this point
[None][perf] CuteDSL MLA: batch-aware perf gate, autotuner decode warmup, max-batch plumbing
Show description for 3968be1
haow-nv
committed
3968be1
View commit details
Copy full SHA for 3968be1
Browse repository at this point
[None][chore] CuteDSL MLA: apply pre-commit formatting
Show description for de72d57
haow-nv
committed
de72d57
View commit details
Copy full SHA for de72d57
Browse repository at this point
[None][perf] CuteDSL MLA: restructure decode perf gate, drop (128,1) spec-decode special-case
Show description for d0949c6
haow-nv
committed
d0949c6
View commit details
Copy full SHA for d0949c6
Browse repository at this point
[None][fix] stabilize CuteDSL MLA split-KV workspace for CUDA graphs
Show description for 66b8e90
haow-nv
committed
66b8e90
View commit details
Copy full SHA for 66b8e90
Browse repository at this point
[None][chore] CuteDSL MLA decode: drop debug kernel-arg dumps, fix autotuner free dim, trim comments
Show description for a9d21f5
haow-nv
committed
a9d21f5
View commit details
Copy full SHA for a9d21f5
Browse repository at this point
[None][fix] CuteDSL MLA decode: reject Helix, slice AutoTuner workspace, trim gate
Show description for 60b0425
haow-nv
committed
60b0425
View commit details
Copy full SHA for 60b0425
Browse repository at this point
[None][fix] CuteDSL MLA decode: tighten split_kv and batch gating
Show description for 2915a9e
haow-nv
committed
2915a9e
View commit details
Copy full SHA for 2915a9e
Browse repository at this point
[None][chore] CuteDSL MLA decode: rename fmha/cute_dsl.py to cute_dsl_mla.py
Show description for a575f97
haow-nv
committed
a575f97
View commit details
Copy full SHA for a575f97
Browse repository at this point
[None][fix] CuteDSL MLA decode: keep dtype/heads gate during autotuning
Show description for faf5aba
haow-nv
committed
faf5aba
View commit details
Copy full SHA for faf5aba
Browse repository at this point
[None][fix] CuteDSL MLA decode: drop (128,4)/(128,8) from fp8 perf allowlist
Show description for 346fb8c
haow-nv
committed
346fb8c
View commit details
Copy full SHA for 346fb8c
Browse repository at this point
[None][fix] CuteDSL MLA decode: bucket the fallback tactic's batch size
Show description for 827cc9e
brnguyen2
committed
827cc9e
View commit details
Copy full SHA for 827cc9e
Browse repository at this point
[None][test] CuteDSL MLA decode: cover the AutoTuner tuning path
Show description for 9f9e319
brnguyen2
committed
9f9e319
View commit details
Copy full SHA for 9f9e319
Browse repository at this point
[None][test] Add disagg decode-only smoke for the CuTe DSL MLA FMHA lib
Show description for ee0319b
brnguyen2
committed
ee0319b
View commit details
Copy full SHA for ee0319b
Browse repository at this point
[None][chore] Rename CuteDslMlaFmha FMHA lib to CuteDslFmha
Show description for 780fa9b
brnguyen2
committed
780fa9b
View commit details
Copy full SHA for 780fa9b
Browse repository at this point
You can’t perform that action at this time.