Skip to content

Conversation

@MatthewBonanni
Copy link
Contributor

@MatthewBonanni MatthewBonanni commented Nov 20, 2025

Purpose

Adds the new ROCM_AITER_MLA_SPARSE backend introduced by #26670 to the attention backend registry.

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Signed-off-by: Matthew Bonanni <[email protected]>
@MatthewBonanni MatthewBonanni changed the title [AttentionAdd ROCM_AITER_MLA_SPARSE to attention backend registry [Attention] Add ROCM_AITER_MLA_SPARSE to attention backend registry Nov 20, 2025
@mergify mergify bot added the rocm Related to AMD ROCm label Nov 20, 2025
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request registers a new attention backend, ROCM_AITER_MLA_SPARSE, and refactors the code to use the new enum member instead of a hardcoded string. The changes are a good improvement for maintainability. However, I've identified a critical issue in the implementation of the new backend that will prevent it from being used. The backend class is missing necessary method overrides, which will cause validation to fail during backend selection.

@mgoin mgoin added the ready ONLY add when PR is ready to merge/full CI is needed label Nov 20, 2025
@vllm-bot vllm-bot merged commit 11857a0 into vllm-project:main Nov 21, 2025
48 of 50 checks passed
LuminolT pushed a commit to LuminolT/vllm that referenced this pull request Nov 21, 2025
@MatthewBonanni MatthewBonanni deleted the register_rocm_sparse branch November 21, 2025 14:34
ywang96 pushed a commit to ywang96/vllm that referenced this pull request Nov 23, 2025
lpapavassiliou pushed a commit to lpapavassiliou/vllm that referenced this pull request Nov 24, 2025
RunkaiTao pushed a commit to RunkaiTao/vllm that referenced this pull request Nov 24, 2025
bringlein pushed a commit to bringlein/vllm that referenced this pull request Nov 26, 2025
devpatelio pushed a commit to SumanthRH/vllm that referenced this pull request Nov 29, 2025
kitaekatt pushed a commit to kitaekatt/vllm that referenced this pull request Dec 1, 2025
charlotte12l pushed a commit to charlotte12l/vllm that referenced this pull request Dec 5, 2025
Zhathw pushed a commit to Zhathw/vllm that referenced this pull request Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed rocm Related to AMD ROCm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants