[DeepEP] support M2N#75582
Merged
zhoutianzi666 merged 129 commits intoPaddlePaddle:developfrom Oct 13, 2025
Merged
Conversation
M2n return recv hook
add m2n demo
…4-10-25moe/Paddle/cmake/third_party.cmake
…-10-25moe/Paddle/paddle/fluid/distributed/collective/deep_ep/kernels/configs.cuh
l1351868270
approved these changes
Oct 9, 2025
…/2024-10-25moe/Paddle/paddle/fluid/distributed/collective/deep_ep/config.hpp and /root/paddlejob/workspace/env_run/output/zkk/erniebot-dev/2024-10-25moe/Paddle/paddle/fluid/distributed/collective/deep_ep/kernels/launch.cuh
zhoutianzi666
commented
Oct 10, 2025
zhoutianzi666
commented
Oct 10, 2025
zhoutianzi666
commented
Oct 10, 2025
l1351868270
approved these changes
Oct 10, 2025
carryyu
approved these changes
Oct 10, 2025
Contributor
carryyu
left a comment
There was a problem hiding this comment.
主代码部分 后续可以整合到和internode_ll_two_stage.cu复用
qingqing01
approved these changes
Oct 11, 2025
raindrops2sea
approved these changes
Oct 13, 2025
sneaxiy
approved these changes
Oct 13, 2025
tianshuo78520a
approved these changes
Oct 13, 2025
Collaborator
tianshuo78520a
left a comment
There was a problem hiding this comment.
LGTM for approval
SigureMo
pushed a commit
to cattidea/Paddle
that referenced
this pull request
Oct 14, 2025
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.
PR Category
Inference
PR Types
New features
Description
支持M2N形式的All2All,用于AFD分离架构中
具体提供4个API
A2E dispatch 的send(A)和receive(E)
E2A combone 的send(E)和receive(A)
具体API的名字见
python/paddle/distributed/communication/deep_ep/buffer.py中使用例如,代码摘自FastDeploy中
P-card-71501