-
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
[oneDNN] Add op conv2d_transpose_bias #62241
[oneDNN] Add op conv2d_transpose_bias #62241
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Hi @yuanlehome , would you mind taking a look at the CI result? For static check of CI, I here only follow what data type conv2d_transpose supports, which I suppose it's okay? Thanks~ |
Hi @vivienfanghuagood, would you mind having a review on this code and see if it's what you want for conv_transpose_bias op? Thanks~ |
32dce16
to
79963e1
Compare
79963e1
to
abb757d
Compare
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
Hello it's me again @yuanlehome. Could you help me with the static check of CI? The reason is as said above. Thanks~ |
PR types
Others
PR changes
OPs
Description
Based on requirement, we add new op conv2d_transpose_bias (conv2d_transpose with input bias) for oneDNN backend, avoiding catching bias from "dev_ctx".