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/30 01:36:26 UTC

[tvm] branch last-successful updated (e23a1b8d57 -> b772d27273)

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 e23a1b8d57 Make microtvm_template_projects available in tutorials. (#11164)
     add 9ea4fa2450 [fix] vec * mat in matmul in onnx converter (#11174)
     add f14070e8f9 [AOT] Return module list from AotExecutorFactory (#11191)
     add b772d27273 Enable USE_CUSTOM_LOGGING for Hexagon Launcher (#11185)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/CMakeLists.txt               |  1 +
 apps/hexagon_launcher/cmake/HexagonLauncher.cmake  |  3 ++
 apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt |  1 +
 apps/hexagon_launcher/launcher_hexagon.cc          | 18 +++++-----
 python/tvm/contrib/nvcc.py                         | 14 ++++++--
 python/tvm/relay/frontend/onnx.py                  |  4 +++
 src/runtime/aot_executor/aot_executor_factory.cc   |  5 +++
 tests/python/frontend/onnx/test_forward.py         | 39 ++++++++++++----------
 tests/python/relay/aot/test_cpp_aot.py             | 18 ++++++++++
 9 files changed, 74 insertions(+), 29 deletions(-)