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 57b9988922 [Hexagon] Add scripts for e2e MetaSchedule tuning
demonstration (#13135)
add 1dbd1fa4b8 [Hexagon] Support fetching and building Hexagon runtime
with external runtime sources (#13138)
add 9f4c7121b9 [Hexagon] [runtime] Clarify compute resources (#13149)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 1 +
apps/hexagon_api/CMakeLists.txt | 2 ++
cmake/modules/Hexagon.cmake | 37 ++++++++++++++++++++++
cmake/modules/LibInfo.cmake | 1 +
.../hexagon/{hexagon_hmx.cc => hexagon_htp.cc} | 16 +++++-----
.../hexagon/{hexagon_hmx.h => hexagon_htp.h} | 24 +++++++-------
src/runtime/hexagon/hexagon_thread_manager.cc | 4 +--
src/runtime/hexagon/hexagon_thread_manager.h | 8 ++---
src/support/libinfo.cc | 1 +
9 files changed, 68 insertions(+), 26 deletions(-)
rename src/runtime/hexagon/{hexagon_hmx.cc => hexagon_htp.cc} (90%)
rename src/runtime/hexagon/{hexagon_hmx.h => hexagon_htp.h} (73%)