[Arm]Add fused_attention#9878
Merged
sprouteer merged 14 commits intoPaddlePaddle:developfrom Feb 22, 2023
Merged
Conversation
|
Thanks for your contribution! |
281fb61 to
8fa178a
Compare
d3f0036 to
8468d87
Compare
5dacfba to
1864180
Compare
1f78c9c to
84a28e0
Compare
hong19860320
reviewed
Feb 7, 2023
lite/api/paddle_use_passes.h
Outdated
| USE_MIR_PASS(keepdims_convert_pass); | ||
| USE_MIR_PASS(op_fusion_minimal_set_pass); | ||
| USE_MIR_PASS(lite_sigmoid_elementmul_fuse_pass); | ||
| USE_MIR_PASS(lite_transformer_attention_fuse_pass); |
zhupengyang
reviewed
Feb 7, 2023
lite/core/optimizer/mir/fusion/transformer_attention_fuse_pass.cc
Outdated
Show resolved
Hide resolved
lite/core/optimizer/mir/fusion/transformer_attention_fuse_pass.cc
Outdated
Show resolved
Hide resolved
zhupengyang
approved these changes
Feb 22, 2023
Comment on lines
+37
to
+39
| } else { | ||
| return; | ||
| } |
Comment on lines
+48
to
+50
| .BindTargets({TARGET(kARM)}) | ||
| .ExcludeTargets( | ||
| {TARGET(kXPU), TARGET(kOpenCL), TARGET(kMetal), TARGET(kNNAdapter)}) |
Collaborator
There was a problem hiding this comment.
Suggested change
| .BindTargets({TARGET(kARM)}) | |
| .ExcludeTargets( | |
| {TARGET(kXPU), TARGET(kOpenCL), TARGET(kMetal), TARGET(kNNAdapter)}) | |
| .ExcludeTargets({TARGET(kAny)) | |
| .BindTargets({TARGET(kARM)}) |
This file contains hidden or 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
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 devices
ARM
PR types
New features
PR changes
PASS, OP
Description