This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 64bf0ef  [ci] Fix slow test script permissions (#10457)
     add 83f8e54  [runtime][Hexagon] AOTExecutor implementation for C Codegen 
(#10311)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/hexagon/build.py                |  21 +-
 python/tvm/contrib/hexagon/hexagon.py              |  71 ++++-
 python/tvm/contrib/hexagon/session.py              |   1 +
 src/relay/backend/aot_executor_codegen.cc          |   3 +
 src/runtime/aot_executor/aot_executor.cc           |   7 +-
 src/runtime/crt/microtvm_rpc_server/rpc_server.cc  |   2 +-
 .../hexagon/hexagon/hexagon_device_api_v2.cc       |  10 +-
 src/runtime/minrpc/minrpc_server.h                 |   2 +-
 src/runtime/vm/vm.cc                               |   2 +-
 .../contrib/test_hexagon/test_cache_read_write.py  |   6 +-
 tests/python/contrib/test_hexagon/test_launcher.py | 324 +++++++++++++++++++--
 tests/python/frontend/tflite/test_forward.py       |   1 +
 tests/python/relay/aot/aot_test_utils.py           |   4 +-
 .../python/test_topi_group_conv2d_transpose.py     |  45 ++-
 .../test_meta_schedule_postproc_verify_gpu_code.py |   2 +
 15 files changed, 443 insertions(+), 58 deletions(-)

Reply via email to