This is an automated email from the ASF dual-hosted git repository.
driazati pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 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:
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 +++++++++++++++++
.../test_hexagon/topi/test_conv2d_fp16_intrin.py | 2 +-
8 files changed, 420 insertions(+), 35 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