You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2022/04/26 00:20:14 UTC

[tvm] branch main updated (dca94ec9d1 -> 871d4ef679)

This is an automated email from the ASF dual-hosted git repository.

mehrdadh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from dca94ec9d1 [Hexagon] Add test for registered schedules (#11016)
     add 871d4ef679 [Hexagon] Clean up Hexagon device APIs (#11119)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt |  2 +-
 apps/hexagon_launcher/launcher_core.cc             |  4 +-
 ...agon_device_api_v2.cc => hexagon_device_api.cc} | 54 ++++++++++------------
 ...exagon_device_api_v2.h => hexagon_device_api.h} | 16 +++----
 src/runtime/hexagon/rpc/hexagon/rpc_server.cc      |  5 +-
 src/runtime/hexagon/rpc/simulator/rpc_server.cc    |  7 ++-
 src/runtime/hexagon/rpc/simulator/session.cc       |  7 ++-
 tests/python/contrib/test_hexagon/README_RPC.md    |  8 ++--
 8 files changed, 47 insertions(+), 56 deletions(-)
 rename src/runtime/hexagon/{hexagon_device_api_v2.cc => hexagon_device_api.cc} (80%)
 rename src/runtime/hexagon/{hexagon_device_api_v2.h => hexagon_device_api.h} (94%)