You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/09/13 21:23:46 UTC

[tvm] branch main updated (ef784d68e0 -> 8058423f09)

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

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


    from ef784d68e0 [MetaSchedule][Test] Migrate `check_trace` to `check_sketch` (#12764)
     add 8058423f09 [Hexagon] Create tests to showcase vtcm loading capabilities on Hexagon.  (#12667)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/hexagon/session.py              |   2 +-
 src/runtime/hexagon/hexagon_buffer.cc              |   9 +-
 src/runtime/hexagon/hexagon_device_api.cc          |  11 +
 .../test_hexagon/test_parallel_hvx_load_vtcm.py    | 537 +++++++++++++++++++++
 .../contrib/test_hexagon/test_vtcm_bandwidth.py    | 169 +++++++
 5 files changed, 723 insertions(+), 5 deletions(-)
 create mode 100644 tests/python/contrib/test_hexagon/test_parallel_hvx_load_vtcm.py
 create mode 100644 tests/python/contrib/test_hexagon/test_vtcm_bandwidth.py