-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WIP][Attention] Blackwell FP8 MLA support with CUTLASS_MLA backend #23289
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
base: main
Are you sure you want to change the base?
[WIP][Attention] Blackwell FP8 MLA support with CUTLASS_MLA backend #23289
Conversation
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: breno.skuk <[email protected]> Signed-off-by: Breno Baldas Skuk <[email protected]> Signed-off-by: mgoin <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Michael Goin <[email protected]>
…ect#23008) Signed-off-by: mgoin <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
…TFT (vllm-project#23041) Signed-off-by: Woosuk Kwon <[email protected]>
…tion related code (vllm-project#23122) Signed-off-by: Thomas Parnell <[email protected]>
…ng Tests (vllm-project#22871) Signed-off-by: Robert Shaw <[email protected]> Signed-off-by: Woosuk Kwon <[email protected]> Co-authored-by: Robert Shaw <[email protected]> Co-authored-by: Woosuk Kwon <[email protected]>
…#22776) Signed-off-by: Woosuk Kwon <[email protected]>
Signed-off-by: Xiao Liu <[email protected]>
) Signed-off-by: Chengji Yao <[email protected]> Signed-off-by: Chengji Yao <[email protected]> Co-authored-by: Chengji Yao <[email protected]>
…-project#22725) Signed-off-by: Nikhil Suryawanshi <[email protected]>
…llm-project#22023) Signed-off-by: Benji Beck <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: yewentao256 <[email protected]>
…ing-2506 (vllm-project#23114) Signed-off-by: zjy0516 <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: calvin chen <[email protected]>
Signed-off-by: Shiming Zhang <[email protected]>
Signed-off-by: Xin Yang <[email protected]>
…#23245) Signed-off-by: DarkLight1337 <[email protected]>
…elease image (vllm-project#23129) Signed-off-by: mgoin <[email protected]>
Signed-off-by: zhouchong <[email protected]> Co-authored-by: zhouchong <[email protected]>
Signed-off-by: Jee Jee Li <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
Signed-off-by: Matthew Bonanni <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
This pull request has merge conflicts that must be resolved before it can be |
Purpose
Enable FP8 KV cache support on Blackwell in the CUTLASS_MLA backend.
Based on #22668, merge that first
Test Plan
Test Result
(Optional) Documentation Update
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.