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 ede5601  [ci] Use available CPUs in builds (#10359)
     add 64bf0ef  [ci] Fix slow test script permissions (#10457)
     add 83f8e54  [runtime][Hexagon] AOTExecutor implementation for C Codegen 
(#10311)
     add b7922f3  [microTVM] Zephyr: add B-U585I-IOT02A board support (#10416)

No new revisions were added by this update.

Summary of changes:
 apps/microtvm/zephyr/template_project/boards.json  |   8 +
 .../zephyr/template_project/microtvm_api_server.py |   7 +
 python/tvm/contrib/hexagon/build.py                |  21 +-
 python/tvm/contrib/hexagon/hexagon.py              |  71 ++++-
 python/tvm/contrib/hexagon/session.py              |   1 +
 python/tvm/target/target.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 +
 tests/scripts/should_run_slow_tests.py             |   0
 19 files changed, 459 insertions(+), 58 deletions(-)
 mode change 100644 => 100755 tests/scripts/should_run_slow_tests.py

Reply via email to