-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[DistDialect] Dist Interface #62895
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
[DistDialect] Dist Interface #62895
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
|
||
| #include "paddle/fluid/pir/dialect/distributed/ir/dist_interface.h" | ||
|
|
||
| namespace paddle::dialect {} // namespace paddle::dialect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| namespace paddle::dialect {} // namespace paddle::dialect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in next pr.
| @@ -0,0 +1,19 @@ | |||
| // Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. | |
| // Copyright (c) 2024 PaddlePaddle Authors. All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in next pr.
winter-wang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall
zhiqiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
New features
PR changes
Others
Description
Pcard-67164
add dist interface for auto parallel related method (process_mesh, dims_mapping, dist_attr, etc).
and add local_type function as the first implement.