Skip to content

[AutoParallel] support tp_conv #73039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AndSonder
Copy link
Contributor

PR Category

Auto Parallel

PR Types

New features

Description

为自动并行支持 tp conv

当前的 TP Conv 实现基于 Ring 通信机制,在 W 维上对输入进行切分,并通过 halo 区域的数据交换实现边界感受野覆盖。前向阶段采用 ring-send-recv 构造 halo,后向阶段在本地梯度聚合后同样通过 ring 通信完成交叉更新。当前版本仅支持 dilation=1,支持典型的 stride=1 卷积和部分等间隔下采样卷积

Pcard-76459

Copy link

paddle-bot bot commented May 30, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

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.

1 participant