Skip to content
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

[Reshard] Support reshard with same status but different mesh #57568

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

LiYuRio
Copy link
Contributor

@LiYuRio LiYuRio commented Sep 21, 2023

PR types

New features

PR changes

Others

Description

Pcard-73145

相同状态但跨mesh的转换,用于支持常规的流水并行转换。目前要求mesh的形状相同,即暂时不支持出现[0, 1, 2, 3]到[0,1, 2, 3, 4, 5, 6, 7]的转换。核心用send/recv实现,会用所有参与点对点通信的进程组成一个大的通信组,按顺序依次进行通信。

TODO:

  • 去掉mesh的形状必须相同的限制

@paddle-bot
Copy link

paddle-bot bot commented Sep 21, 2023

你的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.

@LiYuRio LiYuRio force-pushed the dev_same_stat branch 6 times, most recently from e89bf71 to bb49f6e Compare September 21, 2023 09:30
Copy link
Contributor

@chenwhql chenwhql left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@XieYunshen XieYunshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for set_tests_properties(test_reshard_same_status PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 100)

@LiYuRio LiYuRio merged commit 5838bff into PaddlePaddle:develop Sep 22, 2023
27 checks passed
@LiYuRio LiYuRio deleted the dev_same_stat branch September 22, 2023 07:24
Frida-a pushed a commit to Frida-a/Paddle that referenced this pull request Oct 14, 2023
jiahy0825 pushed a commit to jiahy0825/Paddle that referenced this pull request Oct 16, 2023
danleifeng pushed a commit to danleifeng/Paddle that referenced this pull request Nov 14, 2023
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.

None yet

3 participants