[TOOL][NATIVE] Android native application for deploy and run#13791
Merged
echuraev merged 7 commits intoapache:mainfrom Jan 24, 2023
Merged
[TOOL][NATIVE] Android native application for deploy and run#13791echuraev merged 7 commits intoapache:mainfrom
echuraev merged 7 commits intoapache:mainfrom
Conversation
Collaborator
|
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
junrushao
reviewed
Jan 16, 2023
echuraev
reviewed
Jan 17, 2023
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
echuraev
reviewed
Jan 20, 2023
Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
Member
|
One minor note: submodule inclusion would need to include license info, specifically,
Please send a followup PR :) |
fzi-peccia
pushed a commit
to fzi-peccia/tvm
that referenced
this pull request
Mar 27, 2023
…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 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.
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