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/23 17:37:32 UTC

[tvm] branch last-successful updated (d3d8715 -> d8f639a)

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 d3d8715  [TIR] TIR Schedule Misc Update (#10341)
     add d8f639a  [AOT] BugFix of workspace calculation (#10337)

No new revisions were added by this update.

Summary of changes:
 .../template_project/src/example_project/model.c   |  2 +-
 apps/microtvm/zephyr_cmsisnn/src/main.c            |  2 +-
 include/tvm/runtime/module.h                       |  2 -
 src/relay/backend/aot_executor_codegen.cc          | 58 ++++++++-----
 src/target/source/source_module.cc                 |  2 +-
 src/tir/usmp/transform/assign_pool_info.cc         |  4 +-
 .../convert_pool_allocations_to_offsets.cc         |  2 +-
 src/tir/usmp/unified_static_memory_planner.cc      |  4 +-
 src/tir/usmp/utils.cc                              |  2 +-
 tests/python/contrib/test_ethosu/infra.py          |  3 +-
 tests/python/contrib/test_ethosu/test_networks.py  |  2 +-
 tests/python/relay/aot/aot_test_utils.py           | 97 +++++++++++++++++-----
 tests/python/relay/aot/test_c_device_api.py        |  4 +-
 tests/python/relay/aot/test_crt_aot.py             | 80 ++++++++++++++++--
 tests/python/relay/aot/test_crt_aot_usmp.py        | 28 ++-----
 ...ransform_convert_pool_allocations_to_offsets.py | 16 ++--
 tests/scripts/task_demo_microtvm.sh                |  7 +-
 17 files changed, 220 insertions(+), 95 deletions(-)