You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/05 19:34:20 UTC

[tvm] branch last-successful updated (b7e299f4a4 -> 3cca6465ba)

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 b7e299f4a4 [BYOC-DNNL]rewrite downsize blocks for rensetv1 to get better performance (#11822)
     add 3cca6465ba [microTVM] Autotuning performance tests (#11782)

No new revisions were added by this update.

Summary of changes:
 .../zephyr/template_project/microtvm_api_server.py |   1 +
 .../zephyr/template_project/src/host_driven/main.c |  52 ++-----
 .../cost_model => micro/testing}/__init__.py       |   7 +-
 python/tvm/micro/testing/aot_test_utils.py         |  13 +-
 python/tvm/micro/testing/evaluation.py             | 150 +++++++++++++++++++++
 python/tvm/micro/testing/utils.py                  |  19 ++-
 python/tvm/testing/utils.py                        |  45 ++++++-
 tests/lint/check_file_type.py                      |   1 -
 tests/micro/arduino/test_utils.py                  |  20 +--
 tests/micro/common/conftest.py                     |  13 +-
 tests/micro/common/test_autotune.py                |  96 +++++++++++++
 tests/micro/common/test_tvmc.py                    |  27 +---
 tests/micro/testdata/kws/yes_no.tflite             | Bin 18712 -> 0 bytes
 tests/scripts/task_python_microtvm.sh              |   4 +-
 14 files changed, 356 insertions(+), 92 deletions(-)
 copy python/tvm/{auto_scheduler/cost_model => micro/testing}/__init__.py (78%)
 create mode 100644 python/tvm/micro/testing/evaluation.py
 create mode 100644 tests/micro/common/test_autotune.py
 delete mode 100644 tests/micro/testdata/kws/yes_no.tflite