-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[None][feat] add CuteDSL FP8/FP16 MLA decode attention fmha lib #15138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e37ef7f
[None][feat] add CuteDSL FP8/FP16 MLA decode attention backend
haow-nv 4c01205
[None][feat] CuteDSL MLA decode: fp8 scaling fix, BF16 support, per-l…
haow-nv 7678862
[None][fix] CuteDSL MLA decode: v1 paged-KV layout + CUDA-graph-safe …
haow-nv 748ffeb
[TRTLLM-12807][feat] Wrap CuteDSL MLA decode as FMHA lib
yuxianq 66159f1
[None][feat] CuteDSL MLA decode: MTP causal mask + can_implement gate
haow-nv 0fe7413
[None][feat] CuteDSL MLA decode: persistent + split-KV alignment (fla…
haow-nv 7aed06f
[None][feat] CuteDSL MLA decode: mixed prefill+decode page-table offs…
haow-nv cb20915
[None][feat] CuteDSL MLA decode: autotuned is_persistent tactic, perf…
haow-nv 0960936
[None][chore] CuteDSL MLA: drop stale is_available comment
haow-nv 722a7de
[None][chore] CuteDSL MLA decode: comment cleanup, drop default_is_pe…
haow-nv e396dc1
[None][chore] CuteDSL MLA decode: apply pre-commit formatting, fix co…
haow-nv 5d6bc50
[None][chore] CuteDSL MLA decode: drop standalone decode unit test
haow-nv 9bc6bc1
[None][fix] CuteDSL MLA: reject sparse attention in FMHA gate
haow-nv b082608
[None][chore] CuteDSL MLA decode: trim comments, drop unused runner i…
haow-nv cb08644
[None][perf] CuteDSL MLA: gate (128,1) decode on spec-decode off
haow-nv 3968be1
[None][perf] CuteDSL MLA: batch-aware perf gate, autotuner decode war…
haow-nv de72d57
[None][chore] CuteDSL MLA: apply pre-commit formatting
haow-nv d0949c6
[None][perf] CuteDSL MLA: restructure decode perf gate, drop (128,1) …
haow-nv 66b8e90
[None][fix] stabilize CuteDSL MLA split-KV workspace for CUDA graphs
haow-nv a9d21f5
[None][chore] CuteDSL MLA decode: drop debug kernel-arg dumps, fix au…
haow-nv 60b0425
[None][fix] CuteDSL MLA decode: reject Helix, slice AutoTuner workspa…
haow-nv 2915a9e
[None][fix] CuteDSL MLA decode: tighten split_kv and batch gating
haow-nv a575f97
[None][chore] CuteDSL MLA decode: rename fmha/cute_dsl.py to cute_dsl…
haow-nv faf5aba
[None][fix] CuteDSL MLA decode: keep dtype/heads gate during autotuning
haow-nv 346fb8c
[None][fix] CuteDSL MLA decode: drop (128,4)/(128,8) from fp8 perf al…
haow-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.