This is an automated email from the ASF dual-hosted git repository.
csullivan pushed a change to branch main
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)
No new revisions were added by this update.
Summary of changes:
apps/hexagon_launcher/launcher_hexagon.cc | 31 -------
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 +++
.../hexagon/hexagon_thread_manager_tests.cc | 10 ++-
8 files changed, 213 insertions(+), 114 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%)