This is an automated email from the ASF dual-hosted git repository.
lunderberg pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 85d42f8 [MetaSchedule][M4a] Mutator: Mutate Parallel (#10096)
add 6a274af [Hexagon] Update hexagon API build instruction and cleanup
hexagon_proxy_rpc (#10068)
No new revisions were added by this update.
Summary of changes:
apps/hexagon_api/CMakeLists.txt | 2 +
apps/hexagon_proxy_rpc/Readme.md | 82 ------
apps/hexagon_proxy_rpc/cmake/HexagonRPC.cmake | 57 ----
.../hexagon_proxy_rpc/cmake/android/CMakeLists.txt | 104 -------
.../hexagon_proxy_rpc/cmake/hexagon/CMakeLists.txt | 81 -----
apps/hexagon_proxy_rpc/common.h | 59 ----
apps/hexagon_proxy_rpc/hexagon_core.cc | 204 -------------
apps/hexagon_proxy_rpc/hexagon_proxy_rpc.idl | 35 ---
apps/hexagon_proxy_rpc/rpc_env.cc | 326 ---------------------
cmake/modules/Hexagon.cmake | 15 +-
python/tvm/contrib/hexagon/build.py | 2 +-
.../contrib/test_hexagon/proxy_rpc/__init__.py | 18 --
.../contrib/test_hexagon/proxy_rpc/test_matmul.py | 73 -----
.../contrib/test_hexagon/rpc/test_launcher.md | 45 ++-
14 files changed, 37 insertions(+), 1066 deletions(-)
delete mode 100644 apps/hexagon_proxy_rpc/Readme.md
delete mode 100644 apps/hexagon_proxy_rpc/cmake/HexagonRPC.cmake
delete mode 100644 apps/hexagon_proxy_rpc/cmake/android/CMakeLists.txt
delete mode 100644 apps/hexagon_proxy_rpc/cmake/hexagon/CMakeLists.txt
delete mode 100644 apps/hexagon_proxy_rpc/common.h
delete mode 100644 apps/hexagon_proxy_rpc/hexagon_core.cc
delete mode 100644 apps/hexagon_proxy_rpc/hexagon_proxy_rpc.idl
delete mode 100644 apps/hexagon_proxy_rpc/rpc_env.cc
delete mode 100644 tests/python/contrib/test_hexagon/proxy_rpc/__init__.py
delete mode 100644 tests/python/contrib/test_hexagon/proxy_rpc/test_matmul.py