-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Dist dialect] Add pass for dist_reshape and nd_mesh_all2all in PIR #70027
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
95cc071
to
a2a7c36
Compare
Sorry to inform you that a2a7c36's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
f9a1b41
to
d51cfe1
Compare
d51cfe1
to
d198142
Compare
e60c1d9
to
af7d730
Compare
af7d730
to
f053df0
Compare
Sorry to inform you that 0953f87's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
6926b44
to
606aaea
Compare
606aaea
to
8c22dfd
Compare
Sorry to inform you that 8c22dfd's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
PR Category
Auto Parallel
PR Types
New features
Description
Pcard-67164
Add pass for dist_reshape and nd_mesh_all2all in PIR.
Major changes:
2.1 This PR add a s_to_s reshard function in PIR.
2.2 This PR modify the reshard pass, when resharding from [Replicate(), Shard(1)] to [Replicate(), Shard(0)], it will use all-to-all communication.
Minor: