-
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
[Inference cpu]fused_bias_residual_layernorm supports cpu #63196
Merged
yuanlehome
merged 3 commits into
PaddlePaddle:develop
from
bukejiyu:add_fuse_layer_norm
Apr 10, 2024
Merged
[Inference cpu]fused_bias_residual_layernorm supports cpu #63196
yuanlehome
merged 3 commits into
PaddlePaddle:develop
from
bukejiyu:add_fuse_layer_norm
Apr 10, 2024
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提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
vivienfanghuagood
approved these changes
Apr 3, 2024
bukejiyu
force-pushed
the
add_fuse_layer_norm
branch
2 times, most recently
from
April 3, 2024 11:12
f14cf62
to
156852f
Compare
vivienfanghuagood
approved these changes
Apr 3, 2024
yuanlehome
previously approved these changes
Apr 3, 2024
bukejiyu
force-pushed
the
add_fuse_layer_norm
branch
2 times, most recently
from
April 8, 2024 09:48
7364df2
to
e965bd4
Compare
bukejiyu
force-pushed
the
add_fuse_layer_norm
branch
2 times, most recently
from
April 9, 2024 06:49
11a693b
to
26a0f9b
Compare
bukejiyu
force-pushed
the
add_fuse_layer_norm
branch
from
April 9, 2024 08:21
26a0f9b
to
a483029
Compare
Aurelius84
approved these changes
Apr 9, 2024
wanghuancoder
approved these changes
Apr 10, 2024
bukejiyu
changed the title
[Inference] add fuse_layer_norm
[Inference cpu] add fuse_layer_norm op cpu kernel
Apr 10, 2024
bukejiyu
changed the title
[Inference cpu] add fuse_layer_norm op cpu kernel
[Inference cpu]fused_layer_norm op support cpu
Apr 10, 2024
bukejiyu
changed the title
[Inference cpu]fused_layer_norm op support cpu
[Inference cpu]fused_bias_residual_layernorm op support cpu
Apr 10, 2024
bukejiyu
changed the title
[Inference cpu]fused_bias_residual_layernorm op support cpu
[Inference cpu]fused_bias_residual_layernorm op supports cpu
Apr 10, 2024
bukejiyu
changed the title
[Inference cpu]fused_bias_residual_layernorm op supports cpu
[Inference cpu]fused_bias_residual_layernorm supports cpu
Apr 10, 2024
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 Category
Inference
PR Types
Others
Description
pcard-71500
增加 fused_bias_residual_layernorm op 增加cpu 实现
相关pr: PR63165
TODO:
cpu下 add_norm_pass 支持跑 fused_bias_residual_layernorm cpu kernel