You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/22 00:49:44 UTC

[tvm] branch last-successful updated (60a9e23104 -> effc23df7c)

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 60a9e23104 STM32: add as a new target (#9385)
     add effc23df7c [Hexagon] AoT with LLVM Codegen on Hexagon (#11065)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/hexagon/build.py                |  9 ++-
 python/tvm/contrib/hexagon/session.py              | 83 ++++++++++++++++++----
 python/tvm/script/tir/__init__.pyi                 |  2 +
 src/relay/backend/aot_executor_codegen.cc          |  8 +--
 .../hexagon/hexagon/hexagon_device_api_v2.cc       | 12 +++-
 src/runtime/hexagon/rpc/hexagon/rpc_server.cc      | 28 +++++---
 src/runtime/hexagon/rpc/simulator/rpc_server.cc    |  1 +
 src/runtime/hexagon/rpc/simulator/session.cc       | 34 ++++++++-
 src/runtime/library_module.cc                      |  4 +-
 src/target/llvm/codegen_hexagon.cc                 |  6 ++
 tests/python/contrib/test_hexagon/conftest.py      | 16 +++++
 tests/python/contrib/test_hexagon/test_launcher.py | 17 ++---
 12 files changed, 172 insertions(+), 48 deletions(-)