Features/amd qwen#1175
Open
siluzhou wants to merge 7 commits into
Open
Conversation
bb18200 to
998f779
Compare
Collaborator
AI Code Review - PR #1175Status: BLOCKING Summary: P0/0 · P1/1 · P2/0 · P3/0 Blocking IssuesP1
Checklist Violations (1 fail / 51 total)General Principles Checklist
Strengths
|
998f779 to
1a801e6
Compare
Collaborator
AI Code Review - PR #1175Status: BLOCKING Summary: P0/0 · P1/1 · P2/0 · P3/0 Blocking IssuesP1
Checklist Violations (2 fail / 51 total)General Principles Checklist
Strengths
|
Collaborator
AI Code Review - PR #1175Status: LGTM Summary: P0/0 · P1/0 · P2/0 · P3/0 lgtm ready to ci Checklist ✅ (51 items passed)Strengths
|
ad62a9c to
86fd8db
Compare
86fd8db to
7586522
Compare
Collaborator
AI Code Review - PR #1175Status: BLOCKING Summary: P0/1 · P1/2 · P2/0 · P3/0 Blocking IssuesP0
P1
Checklist Violations (5 fail / 124 total)General Principles Checklist
Python Static-First Checklist
Strengths
|
Collaborator
AI Code Review - PR #1175Status: BLOCKING Summary: P0/0 · P1/3 · P2/1 · P3/0 Blocking IssuesP1
Non-blocking SuggestionsP2
Checklist Violations (8 fail / 124 total)General Principles Checklist
RTP-LLM Checklist
Python Static-First Checklist
Strengths
|
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.
This PR adds ROCm support and validation coverage for Qwen3.5/Qwen3-VL on MI308.
Main changes:
Support MRoPE position ids on ROCm, including ROCm fused RoPE KV cache path, Qwen3-Next/Qwen3-VL model config propagation, and CUDA Graph replay handling for combo_position_ids.
Harden ROCm Qwen3.5 runtime integration, including AITER JIT patching, flash-attn ROCm handling, AITER prefill test coverage, and Qwen VL checkpoint prefix compatibility.