You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
你的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.
AndSonder
changed the title
[Auto Parallel] Support struct_name for PIR
[Auto Parallel] Support obtain op's struct_name for PIR
Aug 7, 2024
The reason will be displayed to describe this comment to others. Learn more.
考虑在 build 处设置 struct_name 还有一个有点: 后续你要想如何个 fw op 对应的 bw op 添加 对应的struct_name。
bw op 只能在 build 处添加,否则需要额外维护一个 fw op 到 bw op 的映射关系(这个方式也比较 hack),到时可以思考一下如何统一。
The reason will be displayed to describe this comment to others. Learn more.
考虑在 build 处设置 struct_name 还有一个有点: 后续你要想如何个 fw op 对应的 bw op 添加 对应的struct_name。 bw op 只能在 build 处添加,否则需要额外维护一个 fw op 到 bw op 的映射关系(这个方式也比较 hack),到时可以思考一下如何统一。
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
Auto Parallel
PR Types
Not User Facing
Description
Pcard-76459
将 struct_name 作为 op 的 attr 为后续 vpp 切图服务
主要思路:修改 name_struct guard, 让其在 pir mode 下补全 op 的 struct_name