You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by kp...@apache.org on 2022/02/24 13:34:29 UTC

[tvm] branch main updated (4102ebf -> cb7f773)

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

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


    from 4102ebf  [Runtime][Pipeline Executor] multiple threads management and the data forwarding notification mechanism. (#10234)
     add cb7f773  [Hexagon] RPC server/client for simulator (#10361)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_api/CMakeLists.txt                    |   29 +-
 cmake/modules/Hexagon.cmake                        |   34 +-
 python/tvm/contrib/hexagon/session.py              |    2 +
 .../hexagon/rpc/simulator/hexagon_sim_proto.h      |   75 ++
 src/runtime/hexagon/rpc/simulator/rpc_server.cc    |  319 +++++
 src/runtime/hexagon/rpc/simulator/session.cc       | 1322 ++++++++++++++++++++
 6 files changed, 1776 insertions(+), 5 deletions(-)
 create mode 100644 src/runtime/hexagon/rpc/simulator/hexagon_sim_proto.h
 create mode 100644 src/runtime/hexagon/rpc/simulator/rpc_server.cc
 create mode 100644 src/runtime/hexagon/rpc/simulator/session.cc