This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 47a5a3a [runtime] Remove unused parameter. (#8580)
add 49d5879 Introduce --interface-api={c,packed} parameter (#8280)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/zephyr/aot_demo/src/main.c | 11 +-
include/tvm/runtime/module.h | 4 +-
python/tvm/micro/interface_api.py | 79 +++++
python/tvm/micro/model_library_format.py | 42 ++-
src/relay/backend/aot_executor_codegen.cc | 10 +-
src/runtime/meta_data.h | 8 +-
src/target/source/source_module.cc | 89 ++++--
src/target/target_kind.cc | 2 +
tests/micro/zephyr/test_zephyr_aot.py | 4 +-
tests/python/relay/aot/aot_test.mk | 3 +-
tests/python/relay/aot/aot_test_utils.py | 238 +++++++++++----
tests/python/relay/aot/test_crt_aot.py | 327 ++++++++++++++-------
.../unittest/test_micro_model_library_format.py | 38 +--
13 files changed, 637 insertions(+), 218 deletions(-)
create mode 100644 python/tvm/micro/interface_api.py