Skip to content

[CI] Main2main 0513#9137

Closed
Potabk wants to merge 21 commits into
vllm-project:mainfrom
Potabk:main2main_0513
Closed

[CI] Main2main 0513#9137
Potabk wants to merge 21 commits into
vllm-project:mainfrom
Potabk:main2main_0513

Conversation

@Potabk
Copy link
Copy Markdown
Collaborator

@Potabk Potabk commented May 13, 2026

What this PR does / why we need it?

  1. fix [Bugfix] Fix SP pass for multimodal models and PP+SP residual handling vllm#33322
    overwrite gpu_modelrunner.sync_and_gather_intermediate_tensors, for the sceniro pp+sp+tp, skip scatter the residual for ascend

  2. [Model Runner V2] support qwen35 / mamba hybrid model vllm#35520
    Adapted to the modifications of ModelRunner v2 for hybrid attn in interface level, .
    Todo: Added support for Mamba in ModelRunner in Ascend. any pull_request is welcome

  3. [Aiter][ROCm] gdn_linear_attn kernel fusion vllm#40711

  4. [Attention][Cleanup] Remove tree attention vllm#42121

  5. [Model] use AutoWeightsLoader for DeepSeekV2 vllm#41706

  6. [Core] Replace routing replay with device cache and async D2H pipeline vllm#39917
    Disable async_schedule when enable_return_routed_experts=True

  7. [MoE Refactor] Move expert map related code into ExpertMapManager class vllm#41046

  8. [MoE Refactor] EPLB refactoring for FusedMoE vllm#41055

  9. [Model Runner V2] Apply synthetic mode to probabilistic rejection sampler vllm#41035

Does this PR introduce any user-facing change?

How was this patch tested?

@Potabk Potabk added ready read for review ready-for-test start test by label for PR labels May 13, 2026
@github-actions github-actions Bot added documentation Improvements or additions to documentation ci/build module:tests module:ops labels May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the summary. You can try again by commenting /gemini summary.

Potabk added 15 commits May 14, 2026 01:10
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Potabk added 2 commits May 14, 2026 01:13
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
@Potabk Potabk changed the title Main2main 0513 [CI] Main2main 0513 May 14, 2026
Potabk added 3 commits May 14, 2026 11:50
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
@Potabk Potabk closed this May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build documentation Improvements or additions to documentation module:ops module:tests ready read for review ready-for-test start test by label for PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant