[X86] Add set value op and double data type to framework.#9580
Merged
csy0225 merged 11 commits intoPaddlePaddle:developfrom Nov 4, 2022
Merged
[X86] Add set value op and double data type to framework.#9580csy0225 merged 11 commits intoPaddlePaddle:developfrom
csy0225 merged 11 commits intoPaddlePaddle:developfrom
Conversation
support fusion_elementwise_mul_activation, fusion_elementwise_sub_activation, fusion_elementwise_div_activation, fusion_elementwise_min_activation, fusion_elementwise_max_activation, fusion_elementwise_pow_activation, instance_norm, prelu, arg_max, arg_min, flatten, flatten2, norm
…into add_set_value_op
|
Thanks for your contribution! |
076d314 to
61d05ba
Compare
Shixiaowei02
previously approved these changes
Oct 21, 2022
Collaborator
Shixiaowei02
left a comment
There was a problem hiding this comment.
Agree with the changes to flatbuffers.
f3d371c to
9be6ff1
Compare
9be6ff1 to
e112b19
Compare
1d28557 to
8ee3d7c
Compare
985ed85 to
b65c30a
Compare
zhupengyang
reviewed
Nov 3, 2022
lite/core/optimizer/mir/control_flow_op_shared_inputs_and_outputs_place_sync_pass.cc
Outdated
Show resolved
Hide resolved
lishicheng1996
pushed a commit
to lishicheng1996/Paddle-Lite
that referenced
this pull request
Nov 18, 2022
…le#9580) * [QualcommQnn] add ops (PaddlePaddle#9538) support fusion_elementwise_mul_activation, fusion_elementwise_sub_activation, fusion_elementwise_div_activation, fusion_elementwise_min_activation, fusion_elementwise_max_activation, fusion_elementwise_pow_activation, instance_norm, prelu, arg_max, arg_min, flatten, flatten2, norm * add float64 type to lite * add float64 kernel for set value * change the third-party-libs url due to flatbuf update. * fix include files conflict * fix bug * Fix heterogeneous execution errors * fix control_flow_op_control_flow_op_shared_inputs_and_outputs_place_sync_pass bug * fix comment Co-authored-by: zhupengyang <[email protected]>
QShiX
pushed a commit
to QShiX/Paddle-Lite
that referenced
this pull request
Nov 18, 2022
…le#9580) * [QualcommQnn] add ops (PaddlePaddle#9538) support fusion_elementwise_mul_activation, fusion_elementwise_sub_activation, fusion_elementwise_div_activation, fusion_elementwise_min_activation, fusion_elementwise_max_activation, fusion_elementwise_pow_activation, instance_norm, prelu, arg_max, arg_min, flatten, flatten2, norm * add float64 type to lite * add float64 kernel for set value * change the third-party-libs url due to flatbuf update. * fix include files conflict * fix bug * Fix heterogeneous execution errors * fix control_flow_op_control_flow_op_shared_inputs_and_outputs_place_sync_pass bug * fix comment Co-authored-by: zhupengyang <[email protected]>
mjp9527
pushed a commit
that referenced
this pull request
Nov 22, 2022
* [X86] Add set value op and double data type to framework. (#9580) * [QualcommQnn] add ops (#9538) support fusion_elementwise_mul_activation, fusion_elementwise_sub_activation, fusion_elementwise_div_activation, fusion_elementwise_min_activation, fusion_elementwise_max_activation, fusion_elementwise_pow_activation, instance_norm, prelu, arg_max, arg_min, flatten, flatten2, norm * add float64 type to lite * add float64 kernel for set value * change the third-party-libs url due to flatbuf update. * fix include files conflict * fix bug * Fix heterogeneous execution errors * fix control_flow_op_control_flow_op_shared_inputs_and_outputs_place_sync_pass bug * fix comment Co-authored-by: zhupengyang <[email protected]> * [PaddleSpeech] Add OPs and others needed by fastspeech_2 model (#9706) * [Host] add 3 OPs: set_value, round, share_data test=develop * [Host] add expand_v2 OP registration with type kBool test=develop * [Arm] add reduce_sum OP Int64 registration and neon implement & add reduce_max OP kInt32 registration test=develop * [X86] fix bug in set_value OP test=develop * [Extra] move 2 round and share_data to extra test=develop * [proto] fix a bug test=develop Co-authored-by: csy0225 <[email protected]> Co-authored-by: zhupengyang <[email protected]>
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.
No description provided.