-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[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
Open
haow-nv
wants to merge
21
commits into
NVIDIA:main
Choose a base branch
from
haow-nv:feat/cutedsl-mla-decode-fp8
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e2d231b
[None][feat] add CuteDSL FP8/FP16 MLA decode attention backend
haow-nv e6126e4
[None][feat] CuteDSL MLA decode: fp8 scaling fix, BF16 support, per-l…
haow-nv bdb173b
[None][fix] CuteDSL MLA decode: v1 paged-KV layout + CUDA-graph-safe …
haow-nv 8c90cf6
[TRTLLM-12807][feat] Wrap CuteDSL MLA decode as FMHA lib
yuxianq 020cbd8
[None][feat] CuteDSL MLA decode: MTP causal mask + can_implement gate
haow-nv 6748399
[None][feat] CuteDSL MLA decode: persistent + split-KV alignment (fla…
haow-nv f88b6ab
[None][feat] CuteDSL MLA decode: mixed prefill+decode page-table offs…
haow-nv 03b9a27
[None][feat] CuteDSL MLA decode: autotuned is_persistent tactic, perf…
haow-nv b613a36
[None][chore] CuteDSL MLA: drop stale is_available comment
haow-nv d6d09f2
[None][chore] CuteDSL MLA decode: comment cleanup, drop default_is_pe…
haow-nv 101d86d
[None][chore] CuteDSL MLA decode: apply pre-commit formatting, fix co…
haow-nv de0d156
[None][chore] CuteDSL MLA decode: drop standalone decode unit test
haow-nv a1a3cd8
[None][fix] CuteDSL MLA: reject sparse attention in FMHA gate
haow-nv fe54ced
[None][chore] CuteDSL MLA decode: trim comments, drop unused runner i…
haow-nv b0e0662
[None][perf] CuteDSL MLA: gate (128,1) decode on spec-decode off
haow-nv dcd5b37
[None][perf] CuteDSL MLA: batch-aware perf gate, autotuner decode war…
haow-nv c6f842b
[None][chore] CuteDSL MLA: apply pre-commit formatting
haow-nv 6cab399
[None][perf] CuteDSL MLA: restructure decode perf gate, drop (128,1) …
haow-nv f1476d7
[None][fix] stabilize CuteDSL MLA split-KV workspace for CUDA graphs
haow-nv 0a97d45
[None][chore] CuteDSL MLA decode: drop debug kernel-arg dumps, fix au…
haow-nv f842131
Update registry.py
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For these 5 new files, we can apply new ruff fules for them. We can revert all changes in
.pre-commit-config.yaml,legacy-files.txt,pyproject.tomlandruff-legacy.toml.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Will revert all changes.