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 c3357f6820 [Relay][Op] Register some forgotten op in Python side
(#12963)
add fa17da22c7 [Hexagon] Support template-free meta schedule tuning
(#12854)
add f121e5e355 [Hexagon] [runtime] VTCM Allocator (#12947)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/default_config.py | 57 +++++-
python/tvm/meta_schedule/tune.py | 29 ++-
src/runtime/hexagon/hexagon_buffer.cc | 41 ++--
src/runtime/hexagon/hexagon_device_api.cc | 1 -
src/runtime/hexagon/hexagon_device_api.h | 23 ++-
src/runtime/hexagon/hexagon_vtcm_pool.cc | 152 +++++++++++++++
src/runtime/hexagon/hexagon_vtcm_pool.h | 100 ++++++++++
.../hexagon/hexagon_device_api_tests.cc | 12 +-
.../cpp-runtime/hexagon/hexagon_vtcm_pool_tests.cc | 124 ++++++++++++
.../contrib/test_hexagon/test_meta_schedule.py | 212 ++++++++++++++++++++-
.../test_hexagon/topi/test_conv2d_fp16_intrin.py | 2 +-
11 files changed, 711 insertions(+), 42 deletions(-)
create mode 100644 src/runtime/hexagon/hexagon_vtcm_pool.cc
create mode 100644 src/runtime/hexagon/hexagon_vtcm_pool.h
create mode 100644 tests/cpp-runtime/hexagon/hexagon_vtcm_pool_tests.cc