Add a convert_to_ssa macro definition#8869
Merged
weishengying merged 1 commit intoPaddlePaddle:developfrom Apr 19, 2022
weishengying:add_define
Merged
Add a convert_to_ssa macro definition#8869weishengying merged 1 commit intoPaddlePaddle:developfrom weishengying:add_define
weishengying merged 1 commit intoPaddlePaddle:developfrom
weishengying:add_define
Conversation
|
Thanks for your contribution! |
zhupengyang
reviewed
Apr 18, 2022
CMakeLists.txt
Outdated
| lite_option(LITE_WITH_ARM82_INT8_SDOT "when compile with arm v8.2 int8, it's ON." OFF) | ||
| lite_option(LITE_WITH_CODE_META_INFO "include git version in the header file." ON) | ||
| # whether convert input model which is not a DAG to SSA graph | ||
| lite_option(LITE_WITH_CODE_META_INFO "whether convert input model which is not a DAG to SSA graph" ON) |
Collaborator
There was a problem hiding this comment.
Suggested change
| lite_option(LITE_WITH_CODE_META_INFO "whether convert input model which is not a DAG to SSA graph" ON) | |
| lite_option(WITH_CONVERT_TO_SSA "whether convert input model which is not a DAG to SSA graph" ON) |
WeiLi233
pushed a commit
to WeiLi233/Paddle-Lite
that referenced
this pull request
Jun 28, 2022
WeiLi233
pushed a commit
to WeiLi233/Paddle-Lite
that referenced
this pull request
Jun 28, 2022
WeiLi233
pushed a commit
to WeiLi233/Paddle-Lite
that referenced
this pull request
Feb 13, 2023
test [OpTestPy] fix expand/expand_v2, fc,flatten_contiguous_range, gather, generate_proposals_v2,greater_equal diff! (PaddlePaddle#8339) (PaddlePaddle#8394) * test=document_fix fix Android C++ demo compile Fail bug (PaddlePaddle#8245) * fix demo MakeFile Add a convert_to_ssa macro definition (PaddlePaddle#8869) rm convertToSSA API,test=huawei_ascend_npu test=nvidia_tensorrt test=verisilicon_timvx (PaddlePaddle#8988) Sync with offical 3af2ffb Sync with 3af2ffb
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.

增加一个宏选择是否使用 convertTossa 这个api , 这可能是一个临时方案,因此根据业务需求目前只选择修改build_android.sh 脚本