Skip to content

Conversation

@K11OntheBoat
Copy link
Collaborator

@K11OntheBoat K11OntheBoat commented Nov 27, 2025

Motivation

从Profile结果发现DeepGemm的GroupGemm在每次执行之前,都有一次非预期的H2D, 影响性能.

Modifications

删除 group gemm内的m__ = m_indices.numel()操作可消除.

Usage or Command

无.

Accuracy Tests

相比修改之前,修改后,BS=1的情况下, Qwen3-235B-FP8模型在Decode阶段的MOE计算耗时提升1.11倍,整体计算耗时追平SGLang.

Checklist

  • Add at least a tag in the PR title.
    • Tag list: [[FDConfig],[APIServer],[Engine], [Scheduler], [PD Disaggregation], [Executor], [Graph Optimization], [Speculative Decoding], [RL], [Models], [Quantization], [Loader], [OP], [KVCache], [DataProcessor], [BugFix], [Docs], [CI], [Optimization], [Feature], [Benchmark], [Others], [XPU], [HPU], [GCU], [DCU], [Iluvatar], [Metax]]
    • You can add new tags based on the PR content, but the semantics must be clear.
  • Format your code, run pre-commit before commit.
  • Add unit tests. Please write the reason in this PR if no unit tests.
  • Provide accuracy results.
  • If the current PR is submitting to the release branch, make sure the PR has been submitted to the develop branch, then cherry-pick it to the release branch with the [Cherry-Pick] PR tag.

@paddle-bot
Copy link

paddle-bot bot commented Nov 27, 2025

Thanks for your contribution!

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


K11OntheBoat seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

zhoutianzi666
zhoutianzi666 previously approved these changes Nov 27, 2025
@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@a12eaf9). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #5262   +/-   ##
==========================================
  Coverage           ?   61.28%           
==========================================
  Files              ?      317           
  Lines              ?    38812           
  Branches           ?     5849           
==========================================
  Hits               ?    23787           
  Misses             ?    13161           
  Partials           ?     1864           
Flag Coverage Δ
GPU 61.28% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@K11OntheBoat K11OntheBoat merged commit 7bafcf1 into PaddlePaddle:develop Nov 28, 2025
21 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants