This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2a2dd9ac50 [ci] Update Docker images (#13200)
add 7cdb7a71ab [Hexagon]: Add upload function to hexagon session (#13161)
add 9dd0a70a07 [Hexagon] Fix correctness error in conv2d hvx (#13165)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/hexagon/build.py | 195 +++++----------------
python/tvm/contrib/hexagon/meta_schedule.py | 2 +-
python/tvm/contrib/hexagon/pytest_plugin.py | 15 +-
python/tvm/contrib/hexagon/session.py | 50 ++++--
python/tvm/contrib/hexagon/tools.py | 2 +
src/runtime/hexagon/ops/conv2d_fp16_hvx.cc | 2 +-
src/runtime/hexagon/rpc/hexagon/rpc_server.cc | 14 ++
src/runtime/hexagon/rpc/simulator/rpc_server.cc | 14 ++
tests/python/contrib/test_hexagon/README_RPC.md | 2 +-
.../python/contrib/test_hexagon/benchmark_util.py | 6 +-
.../metaschedule_e2e/test_resnet50_fp16.py | 3 +-
.../metaschedule_e2e/test_resnet50_int8.py | 2 +-
.../test_hexagon/test_benchmark_elemwise_add.py | 107 ++++++-----
.../test_hexagon/test_benchmark_maxpool2d.py | 2 +-
.../contrib/test_hexagon/test_meta_schedule.py | 18 +-
tests/python/contrib/test_hexagon/test_models.py | 2 +-
.../test_hexagon/test_software_pipeline_async.py | 3 +-
.../contrib/test_hexagon/topi/test_cast_slice.py | 5 +-
.../test_hexagon/topi/test_conv2d_fp16_intrin.py | 2 +-
19 files changed, 198 insertions(+), 248 deletions(-)