This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 970cd1def8 [TIR][Hexagon] Enhancement of NarrowDataType pass for
binary ops (#14298)
add 6eb4b873e1 [DOCS][ADRENO] Improved Adreno documentation (#13867)
add 5d0509237e [CI] Update ci_arm docker image to have LLVM 15 (#14296)
add f6b75792c5 [TVMC] Fix logging in TVMC (#14175)
No new revisions were added by this update.
Summary of changes:
ci/jenkins/docker-images.ini | 2 +-
docs/how_to/deploy/adreno.rst | 718 +++++++++++++++------
.../how_to/deploy_models/deploy_model_on_adreno.py | 309 +++++----
.../deploy_models/deploy_model_on_adreno_tvmc.py | 198 ++++++
python/tvm/driver/tvmc/autotuner.py | 1 +
python/tvm/driver/tvmc/main.py | 7 +-
python/tvm/driver/tvmc/runner.py | 1 +
tests/python/driver/tvmc/test_command_line.py | 62 ++
tests/python/relay/opencl_texture/test_network.py | 40 +-
tests/scripts/setup-adreno-env.sh | 113 ++++
tests/scripts/task_build_adreno_bins.sh | 1 -
tests/scripts/task_config_build_adreno.sh | 1 -
12 files changed, 1133 insertions(+), 320 deletions(-)
create mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno_tvmc.py
create mode 100755 tests/scripts/setup-adreno-env.sh