-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[TOOL][NATIVE] Android native application for deploy and run #13791
Conversation
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
This application helps as a reference for verifying and integration of TVM compiled models on Android targets natively independent of RPC setup. tvmc will be used to for compiling tuning and to run it before deployment. This PR also covers * Enabling clml for tvmc compilation tool. * Graph runtime api "get_output_info" to return output tensor specification similar to "get_input_into" * This tool adds and enabled 3rdparty dependency "cnpy" to deal with npz files.
3a770c2
to
8b8d03b
Compare
Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
24d6760
to
fd5af71
Compare
fd5af71
to
31e3f25
Compare
Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
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. Thanks
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.
Please go ahead and get it merged as @echuraev approved it already :-)
One minor note: submodule inclusion would need to include license info, specifically,
Please send a followup PR :) |
…13791) * [TOOL][NATIVE] Android native appliction for deploy and run This application helps as a reference for verifying and integration of TVM compiled models on Android targets natively independent of RPC setup. tvmc will be used to for compiling tuning and to run it before deployment. This PR also covers * Enabling clml for tvmc compilation tool. * Graph runtime api "get_output_info" to return output tensor specification similar to "get_input_into" * This tool adds and enabled 3rdparty dependency "cnpy" to deal with npz files. * Update apps/cpp_rtvm/README.md Co-authored-by: Egor Churaev <egor.churaev@gmail.com> * Update apps/cpp_rtvm/README.md Co-authored-by: Egor Churaev <egor.churaev@gmail.com> * * review comments. * * proof reading * Update apps/cpp_rtvm/README.md Co-authored-by: Egor Churaev <egor.churaev@gmail.com> * * review Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
This application helps as a reference for verifying and integration of TVM compiled models on Android targets natively independent of RPC setup.
tvmc will be used to for compiling tuning and to test run it before deployment.
This PR also covers