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 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