-
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
Added scale op FP32/BF16 FWD/BWD kernels #32975
Conversation
Thanks for your contribution! |
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
@jakpiase Hi did you test with ssdlite_mobilenet_v3 model? |
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
@luotao1 Could you please start your review? |
Hi,
Overall, this PR improve ssdlite_mobilenetv3 performance a lot. We should merge it. |
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 for unity_build_rule.cmake
PR types
New features
PR changes
OPs
Describe
Added scale op FP32/BF16 FWD/BWD kernels for enabling Word2Vec bf16 training and fixing customer issues with switching from pure PaddlePaddle to oneDNN ops.