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 d92a7731a2 [CI] [Hexagon] Update docker tag in jenkins (#11588)
add 5b3cef30f9 [microTVM][zephyr] Add support for host-driven AoT
execution on zephyr (#11650)
No new revisions were added by this update.
Summary of changes:
.../template_project/crt_config/crt_config.h | 2 +-
.../zephyr/template_project/microtvm_api_server.py | 2 +-
python/tvm/micro/session.py | 10 +-
python/tvm/runtime/ndarray.py | 2 +-
src/runtime/crt/aot_executor/aot_executor.c | 12 +-
.../crt/aot_executor_module/aot_executor_module.c | 30 +++-
src/runtime/crt/common/crt_runtime_api.c | 49 +++----
src/runtime/crt/common/ndarray.c | 26 +++-
src/runtime/crt/graph_executor/graph_executor.c | 4 +-
.../graph_executor_module/graph_executor_module.c | 13 +-
src/runtime/crt/host/main.cc | 3 -
.../tvm/runtime/crt/internal/common/ndarray.h | 8 ++
src/runtime/crt/microtvm_rpc_server/rpc_server.cc | 6 +
src/runtime/graph_executor/graph_executor.h | 2 +-
tests/micro/zephyr/conftest.py | 4 +-
tests/micro/zephyr/test_zephyr_aot_exec.py | 157 +++++++++++++++++++++
...r_aot.py => test_zephyr_aot_exec_standalone.py} | 0
17 files changed, 276 insertions(+), 54 deletions(-)
create mode 100644 tests/micro/zephyr/test_zephyr_aot_exec.py
rename tests/micro/zephyr/{test_zephyr_aot.py =>
test_zephyr_aot_exec_standalone.py} (100%)