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/09/27 23:42:25 UTC

[tvm] branch last-successful updated (332b1469b7 -> a07a46ed19)

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 332b1469b7 [Hexagon] depth_to_space slice op (#12669)
     add 5a807e27c0 [Hexagon] [runtime] Add thread manager to resource management (#12905)
     add 82e6fc41f8 [microTVM] add the option to open a saved micro project for debugging (#12495)
     add a07a46ed19 [TIR] add unit-tests for upcoming primfunc-slicing (#12794)

No new revisions were added by this update.

Summary of changes:
 python/tvm/micro/build.py                          |  26 ++-
 python/tvm/micro/session.py                        |  56 ++++--
 python/tvm/micro/testing/evaluation.py             |  39 ++--
 src/runtime/hexagon/hexagon_device_api.h           |  26 ++-
 .../hexagon/hexagon_device_api_tests.cc            |  11 ++
 tests/python/unittest/test_slice_tir.py            | 216 +++++++++++++++++++++
 6 files changed, 338 insertions(+), 36 deletions(-)
 create mode 100644 tests/python/unittest/test_slice_tir.py