This is an automated email from the ASF dual-hosted git repository.
echuraev pushed a change to branch main
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)
No new revisions were added by this update.
Summary of changes:
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 ++++++
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 -
7 files changed, 1063 insertions(+), 317 deletions(-)
create mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno_tvmc.py
create mode 100755 tests/scripts/setup-adreno-env.sh