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 1b595c0 [CUDA] Swap block x and z dimension for conv2d NHWC schedule
(#9087)
add 73c2845 [microTVM][Zephyr] Add 'config_main_stack_size' option to API
server (#9026)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/zephyr/template_project/boards.json | 56 ++++++++++
.../zephyr/template_project/microtvm_api_server.py | 77 +++----------
python/tvm/micro/project.py | 18 ++-
python/tvm/micro/project_api/client.py | 1 -
tests/micro/zephyr/conftest.py | 36 +-----
tests/micro/zephyr/test_utils.py | 62 +++++++++++
tests/micro/zephyr/test_zephyr.py | 122 ++++++++-------------
tests/micro/zephyr/test_zephyr_aot.py | 25 +----
8 files changed, 201 insertions(+), 196 deletions(-)
create mode 100644 apps/microtvm/zephyr/template_project/boards.json
create mode 100644 tests/micro/zephyr/test_utils.py