[Hardware][AMD][CI] Fix Kernels Attention test groups - #46080
Merged
AndreasKaratzas merged 5 commits intoJun 21, 2026
Merged
AndreasKaratzas merged 5 commits into
AndreasKaratzas merged 5 commits into
Conversation
mawong-amd
requested review from
AndreasKaratzas,
Harry-Chen,
WoosukKwon,
khluu,
mgoin,
tlrmchlsmth,
yewentao256 and
zyongye
as code owners
June 18, 2026 17:14
4 tasks
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
…t_prefix_prefill Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
mawong-amd
force-pushed
the
mawong/fix-kernels-attn-gfx942
branch
from
June 21, 2026 02:14
e17c5e5 to
a29cb0c
Compare
Contributor
Author
|
Updated |
AndreasKaratzas
approved these changes
Jun 21, 2026
AndreasKaratzas
left a comment
Member
There was a problem hiding this comment.
LGTM
Thanks for the contribution.
nkzhenhua
pushed a commit
to nkzhenhua/vllm
that referenced
this pull request
Jun 24, 2026
…6080) Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
philippesic
pushed a commit
to philippesic/vllm-semantic-cache
that referenced
this pull request
Jul 19, 2026
…6080) Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
4 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
This PR fixes both the gfx942 and gfx950-based Kernels Attention test groups. This PR is a re-do of #45786 with a different source branch, as that PR had merge conflicts but is based on a source branch that can no longer be written to.
The following 3 test groups are now newly passing in AMD CI:
MI300_1: Kernels Attention %NMI355_1: Kernels Attention %NMI355_1: Kernels (B200-MI355)Test Plan
pytest -sv tests/kernels/attentionon bothgfx942andgfx950-based machines.Test Result
The test groups pass. They are run as part of AMD CI.
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.