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/02/21 15:37:06 UTC

[tvm] branch last-successful updated (81df151 -> 2f93780)

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 81df151  Generate correct output tensor names in C Interface API (#10191)
     add 7d831e1  [ci] Add auto-updating `last-successful` branch (#10056)
     add 2f93780  [microNPU] enable USMP (#10022)

No new revisions were added by this update.

Summary of changes:
 ...c_bot.yml => update_last_successful_branch.yml} |  21 +-
 apps/microtvm/zephyr_cmsisnn/src/main.c            |   2 +-
 include/tvm/tir/usmp/utils.h                       |  13 +-
 python/tvm/micro/model_library_format.py           |  91 ++++----
 .../backend/contrib/ethosu/tir_to_cs_translator.py | 237 ++++++++++++++++-----
 src/relay/backend/aot_executor_codegen.cc          |   5 +-
 src/tir/usmp/analysis/extract_buffer_info.cc       |  16 +-
 src/tir/usmp/transform/assign_pool_info.cc         |  21 +-
 .../convert_pool_allocations_to_offsets.cc         |   4 +-
 src/tir/usmp/utils.cc                              |   7 +-
 tests/python/contrib/test_ethosu/infra.py          |   9 +-
 tests/python/contrib/test_ethosu/test_networks.py  |  19 +-
 .../test_ethosu/test_tir_to_cs_translator.py       |  58 +++--
 tests/python/unittest/test_ci.py                   | 101 +++++++++
 tests/scripts/git_utils.py                         |   8 +-
 tests/scripts/update_branch.py                     | 192 +++++++++++++++++
 16 files changed, 640 insertions(+), 164 deletions(-)
 copy .github/workflows/{cc_bot.yml => update_last_successful_branch.yml} (67%)
 create mode 100755 tests/scripts/update_branch.py