-
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
Addition of bf16 type support for Compare OP #46413
Merged
JamesLim-sy
merged 10 commits into
PaddlePaddle:develop
from
JamesLim-sy:add_bfloat16_support_for_compare_op
Sep 23, 2022
Merged
Addition of bf16 type support for Compare OP #46413
JamesLim-sy
merged 10 commits into
PaddlePaddle:develop
from
JamesLim-sy:add_bfloat16_support_for_compare_op
Sep 23, 2022
Conversation
This file contains 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
… clarify_once-flag_setting_for_auto_tune_module
… clarify_once-flag_setting_for_auto_tune_module
你的PR提交成功,感谢你对开源项目的贡献! |
JamesLim-sy
changed the title
Add bfloat16 type support for Compare op
Addition of bf16 type support for Compare OP
Sep 23, 2022
ZzSean
approved these changes
Sep 23, 2022
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
umiswing
pushed a commit
to umiswing/Paddle
that referenced
this pull request
Sep 28, 2022
* first commit * clarify the quotes * change code style format * support bfloat16
Xreki
pushed a commit
to Xreki/Paddle
that referenced
this pull request
Apr 6, 2023
* first commit * clarify the quotes * change code style format * support bfloat16
aoyulong
pushed a commit
that referenced
this pull request
Apr 9, 2023
* Register exp/expm1/logit bf16 activation op kernels (#48702) * register more bf16 ops * update to register coresponding backward ops * Addition of bf16 type support for Compare OP (#46413) * first commit * clarify the quotes * change code style format * support bfloat16 * add bfloat16 support for more ops (#48272) * [Bfloat16]register bfloat16 datatype for squared l2 norm (#50908) * Sync the pull request #51903. * Add some header files back. * modify cmake file for cuda11.8 compile (#49020) * modify cmake file for cuda11.8 compile * add op_library(fused_embedding_eltwise_layernorm_op DEPS bert_encoder_functor) * Fix compling error. * Cherry-pick pull request #51396. --------- Co-authored-by: sneaxiy <32832641+sneaxiy@users.noreply.github.com> Co-authored-by: limingshu <61349199+JamesLim-sy@users.noreply.github.com> Co-authored-by: Shaojie WANG <wsjmessi@163.com> Co-authored-by: zqw_1997 <118182234+zhengqiwen1997@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 types
Others
PR changes
OPs
Describe