-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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][IR]support add vjp #56163
[PRIM][IR]support add vjp #56163
Conversation
…e/Paddle into vjp_for_new_ir
… vjp_for_new_ir
你的PR提交成功,感谢你对开源项目的贡献! |
->getValue() | ||
.dyn_cast<ir::OpResult>(); | ||
} | ||
} |
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.
自动代码生成时展开为两层循环,以确保输出两层都遍历到
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 types
New features
PR changes
Others
Description
Pcard-66975
本次PR主要完成以下两个工作:
add
和add_
算子vjp规则add_grad
新IR下组网API