-
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] Support NNAdapter and ascend310 #35226
Conversation
Thanks for your contribution! |
paddle/fluid/inference/analysis/ir_passes/lite_subgraph_pass.cc
Outdated
Show resolved
Hide resolved
paddle/fluid/inference/analysis/ir_passes/lite_subgraph_pass.cc
Outdated
Show resolved
Hide resolved
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.
后续需提供python侧接口
fix WITH_PYTHON=ON compile error
add python api
fix lite cuda compile for lite branch _release/2.10
fix test error.
ci coverage
fix windows ci error.
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
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
LGTM |
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
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 for API change.
PR types
Others
PR changes
Others
Describe
1、子图支持NNAdapter使用ascend310预测
2、DEMO pr: PaddlePaddle/Paddle-Inference-Demo#162
ARM+Ascend310编译方法:
相关接口改动及影响:
增加了config.NNAdapter()的接口,来使用lite ascend310进行预测,对其它方向均没有侵入