-
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
[PRIM][PIR] Support all vjp gen #58023
[PRIM][PIR] Support all vjp gen #58023
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
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.
Great Work!
'Tensor': 'const paddle::optional<Tensor>&', | ||
'Tensor[]': 'const paddle::optional<std::vector<Tensor>>&', | ||
'Tensor': 'const paddle::optional<Tensor>', | ||
'Tensor[]': 'const paddle::optional<std::vector<Tensor>>', |
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.
这里为什么把引用去掉了,但const 还在?
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.
感谢提醒,为了不阻塞大家工作,下个pr修改一下
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
* test framework supports to_static and prim * Fix pir grad api optional output * support all vjp gen * Fix _grad_ --------- Co-authored-by: cyber-pioneer <chenzhuo@tju.edu.cn> Co-authored-by: 0x45f <wangzhen45@baidu.com>
* test framework supports to_static and prim * Fix pir grad api optional output * support all vjp gen * Fix _grad_ --------- Co-authored-by: cyber-pioneer <chenzhuo@tju.edu.cn> Co-authored-by: 0x45f <wangzhen45@baidu.com>
* test framework supports to_static and prim * Fix pir grad api optional output * support all vjp gen * Fix _grad_ --------- Co-authored-by: cyber-pioneer <chenzhuo@tju.edu.cn> Co-authored-by: 0x45f <wangzhen45@baidu.com>
PR types
New features
PR changes
Others
Description
Pcard-66975
support all vjp gen