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/04/01 19:50:09 UTC

[tvm] branch last-successful updated (621f777 -> f745f06)

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 621f777  [CI] Update GPU image for PyTorch 1.11 (#10849)
     add 93b255c  [Metaschedule] Add test case for multi-anchor subgraph (#10856)
     add 21ce29f  [Hexagon] Support both 1-d and 2-d VTCM allocations (#10846)
     add 9a34ca8  Fix typo in comment about kill() (#10863)
     add f745f06  [TVMC] tune: Use proper caps for AutoTVM and AutoScheduler (#10864)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/popen_pool.py                   |   2 +-
 python/tvm/driver/tvmc/autotuner.py                |  10 +-
 src/relay/backend/te_compiler_cache.cc             |   6 +-
 src/runtime/hexagon/hexagon/hexagon_buffer.cc      |  61 +++++-----
 src/runtime/hexagon/hexagon/hexagon_buffer.h       |  14 ++-
 src/runtime/hexagon/hexagon/hexagon_common.cc      |   5 +-
 .../hexagon/hexagon/hexagon_device_api_v2.cc       |  44 +++----
 .../hexagon/hexagon/hexagon_device_api_v2.h        |   9 ++
 tests/cpp/runtime/hexagon_buffer.cc                |  50 ++++----
 .../unittest/test_meta_schedule_multi_anchor.py    | 131 +++++++++++++++++++++
 10 files changed, 241 insertions(+), 91 deletions(-)
 create mode 100644 tests/python/unittest/test_meta_schedule_multi_anchor.py