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 e1bebe3d05 [ci] Skip sccache for local hexagon builds (#13127)
     add 213fd768d7 [Hexagon] [runtime] Create objects to manage thread 
hardware resources (#13111)
     add 842f842add [MetaSchedule][Minor] Restore Relay Integration Unit Test 
(#13128)
     add 86fd99313a [MetaSchedule] Fix AddReadReuse for multiple consumer block 
case (#13093)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/launcher_hexagon.cc          | 31 -------
 .../schedule_rule/multi_level_tiling.cc            |  2 +-
 src/runtime/hexagon/hexagon_hmx.cc                 | 99 ++++++++++++++++++++++
 .../rpc_env.h => src/runtime/hexagon/hexagon_hmx.h | 69 +++++++--------
 .../{rpc/rpc_channel.cc => hexagon/hexagon_hvx.cc} | 50 ++++++-----
 .../runtime/hexagon/hexagon_hvx.h                  | 47 +++++-----
 src/runtime/hexagon/hexagon_thread_manager.cc      | 11 +++
 src/runtime/hexagon/hexagon_thread_manager.h       | 10 +++
 src/tir/schedule/primitive/cache_read_write.cc     | 18 ++--
 .../hexagon/hexagon_thread_manager_tests.cc        | 10 ++-
 .../test_meta_schedule_relay_integration.py        | 54 +++++++++++-
 .../test_meta_schedule_schedule_rule_mlt.py        | 23 +++++
 12 files changed, 300 insertions(+), 124 deletions(-)
 create mode 100644 src/runtime/hexagon/hexagon_hmx.cc
 copy apps/cpp_rpc/rpc_env.h => src/runtime/hexagon/hexagon_hmx.h (52%)
 copy src/runtime/{rpc/rpc_channel.cc => hexagon/hexagon_hvx.cc} (52%)
 copy include/tvm/runtime/crt/rpc_common/write_stream.h => 
src/runtime/hexagon/hexagon_hvx.h (55%)

Reply via email to