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 9dd0a70a07 [Hexagon] Fix correctness error in conv2d hvx (#13165)
add 3836eb9ca9 [Hexagon] [runtime] Per-thread hardware resource management
(#13181)
No new revisions were added by this update.
Summary of changes:
src/runtime/hexagon/hexagon_htp.cc | 12 ++--
src/runtime/hexagon/hexagon_htp.h | 3 +
src/runtime/hexagon/hexagon_hvx.cc | 27 +++----
src/runtime/hexagon/hexagon_hvx.h | 13 ++++
src/runtime/hexagon/hexagon_thread_manager.cc | 84 ++++++++++++++++++----
src/runtime/hexagon/hexagon_thread_manager.h | 32 ++++++++-
.../hexagon/hexagon_thread_manager_tests.cc | 35 +++++++--
7 files changed, 168 insertions(+), 38 deletions(-)