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/08 19:21:35 UTC

[tvm] branch last-successful updated (c412450f8e -> 684a838160)

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 c412450f8e [TVMC] Updates TVMC tutorial with input shape information (#12031)
     add f769f4e2cc [microNPU] Test averge pool partitioning (#11965)
     add 684a838160 [TIR] Avoid unnecessary dtype escalation in loop splitting (#12035)

No new revisions were added by this update.

Summary of changes:
 src/tir/schedule/concrete_schedule.cc              |  3 +
 tests/python/contrib/test_ethosu/test_partition.py | 65 ++++++++++++++++++++++
 .../unittest/test_tir_schedule_split_fuse.py       |  9 +++
 3 files changed, 77 insertions(+)
 create mode 100644 tests/python/contrib/test_ethosu/test_partition.py