-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[FIXBUG ] Allow disabling rocm_aiter_fa backend for ROCm GPUs not compatible with AITER #22795
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
vllm-bot
merged 11 commits into
vllm-project:main
from
JartX:fix/disable_force_spec_eagle_rocm_aiter
Aug 20, 2025
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5eea6b2
fix(bug )disable forced aiter on spec eagle with rocm
JartX d23a403
update precommit
JartX 47f9141
refactor(rocm): Dynamically detect Aiter attention backend
JartX 48f239e
update precommit
JartX 2b4967b
update type for precommit
JartX a2b3920
refactor check available backends
JartX 74b1bce
Merge branch 'main' into fix/disable_force_spec_eagle_rocm_aiter
JartX 6eba4cd
fix import assert
JartX 5efbeeb
added assert isinstance(attn_metadata, FlashAttentionMetadata)
JartX 83d3e6a
fix mypy error with protocol
tjtanaa 33c5c34
Merge pull request #1 from tjtanaa/fix/disable_force_spec_eagle_rocm_…
JartX 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
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.
NITs, can you revert all of the unrelated changes?
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.
hi! @tjtanaa
These changes were included so I could pass the precommit. I've been trying to contribute to the project for a short time, and @mgoin told me that precommit normally had to be used:
https://marketplace.visualstudio.com/items?itemName=elagil.pre-commit-helper
https://github.com/pre-commit/pre-commit
https://github.com/vllm-project/vllm/blob/main/.github/workflows/pre-commit.yml
So that it would correctly format the file after the changes.
Sorry if this bothered you. Thank you very much for your time and dedication.
If you find that I have it configured incorrectly, please don't hesitate to let me know.
P.S.: If I remove the spaces and use precommit check again, I get an error, so I have to use the fix. It then adds the spaces back and leaves everything ok.