[ROCm][CI] Adding qwen3 dp4 eplb - #47480
Merged
Merged
Conversation
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
AndreasKaratzas
marked this pull request as ready for review
July 2, 2026 21:34
khluu
approved these changes
Jul 3, 2026
jakki-amd
pushed a commit
to jakki-amd/vllm
that referenced
this pull request
Jul 6, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
lkk12014402
pushed a commit
to lkk12014402/vllm
that referenced
this pull request
Jul 8, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
mayuyuace
pushed a commit
to mayuyuace/vllm
that referenced
this pull request
Jul 9, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com> Signed-off-by: mayuyuace <qiming1.zhang@intel.com>
NickLucche
pushed a commit
to NickLucche/vllm
that referenced
this pull request
Jul 15, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
philippesic
pushed a commit
to philippesic/vllm-semantic-cache
that referenced
this pull request
Jul 19, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
plasticchris
pushed a commit
to plasticchris/vllm
that referenced
this pull request
Jul 20, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com>
aditi-amd
pushed a commit
to aditi-amd/vllm
that referenced
this pull request
Aug 4, 2026
Signed-off-by: Andreas Karatzas <akaratza@amd.com> Signed-off-by: root <root@smci355-ccs-aus-m02-09.cs-aus.dcgpu>
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.
Adds the Qwen3-30B-A3B FP8 DP4 async EPLB accuracy job to the ROCm AMD CI pipeline on the 4-GPU MI300 pool. The job runs the existing scheduled integration script with ROCm-specific coverage in test-amd.yaml. The script now disables ROCm MoE padding when ROCm is detected, avoiding the EPLB failure mode seen on AMD. This keeps the change scoped to the Qwen3 DP4 async EPLB path.