You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2023/01/04 17:48:40 UTC

[tvm] branch main updated (8088dcb444 -> 52fe268574)

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

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


    from 8088dcb444 [Build][Bugfix] Use CMAKE_ prefix for <LANG>_COMPILER_LAUNCHER (#13697)
     add 52fe268574 [microTVM]Add default value to unspecified project options in project API (#13610)

No new revisions were added by this update.

Summary of changes:
 .../template_project/microtvm_api_server.py        |  46 +++----
 .../zephyr/template_project/microtvm_api_server.py | 137 +++++++++------------
 python/tvm/micro/project.py                        |  15 ++-
 python/tvm/micro/project_api/server.py             |   2 +-
 tests/micro/arduino/conftest.py                    |  13 --
 .../micro/arduino/test_arduino_error_detection.py  |   6 +-
 tests/micro/arduino/test_arduino_rpc_server.py     |  48 +++-----
 tests/micro/arduino/test_arduino_workflow.py       |   6 +-
 tests/micro/arduino/test_utils.py                  |   3 +-
 .../test_arduino_microtvm_api_server.py            |   7 +-
 tests/micro/zephyr/test_zephyr.py                  |   1 -
 11 files changed, 110 insertions(+), 174 deletions(-)