-
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
Fill constant bs like and shape bf16 #51396
Merged
qingqing01
merged 1 commit into
PaddlePaddle:develop
from
lizhenyun01:fill_constant_bs_like_and_shape_bf16
Mar 20, 2023
Merged
Fill constant bs like and shape bf16 #51396
qingqing01
merged 1 commit into
PaddlePaddle:develop
from
lizhenyun01:fill_constant_bs_like_and_shape_bf16
Mar 20, 2023
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
你的PR提交成功,感谢你对开源项目的贡献! |
lizhenyun01
force-pushed
the
fill_constant_bs_like_and_shape_bf16
branch
3 times, most recently
from
March 9, 2023 06:21
1973a97
to
e948acb
Compare
python/paddle/fluid/tests/unittests/test_fill_constant_batch_size_like.py
Show resolved
Hide resolved
lizhenyun01
force-pushed
the
fill_constant_bs_like_and_shape_bf16
branch
4 times, most recently
from
March 13, 2023 03:25
af1aa99
to
fa2c5e6
Compare
qingqing01
previously approved these changes
Mar 15, 2023
wanghuancoder
previously approved these changes
Mar 15, 2023
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
lizhenyun01
dismissed stale reviews from wanghuancoder and qingqing01
via
March 17, 2023 06:12
5088082
shape support bf16
lizhenyun01
force-pushed
the
fill_constant_bs_like_and_shape_bf16
branch
from
March 17, 2023 08:09
5088082
to
266b56e
Compare
Shixiaowei02
approved these changes
Mar 20, 2023
Xreki
added a commit
to Xreki/Paddle
that referenced
this pull request
Apr 7, 2023
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
Add bf16 support for fill_constant_batch_size_like
Add bf16 support for shape