This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 404fbf7 [Hexagon] Refactor directory structure to accommodate new
runtime (#9354)
add 4152e33 [Hexagon] Introduce new DeviceAPI (#9355)
No new revisions were added by this update.
Summary of changes:
cmake/modules/Hexagon.cmake | 28 +++--
src/runtime/hexagon/hexagon/hexagon_buffer.cc | 122 ++++++++++++++++++
src/runtime/hexagon/hexagon/hexagon_buffer.h | 135 ++++++++++++++++++++
src/runtime/hexagon/hexagon/hexagon_common.cc | 136 +++++++++++++++++++++
src/runtime/hexagon/hexagon/hexagon_common.h | 63 ++++++++++
.../hexagon/hexagon/hexagon_device_api_v2.cc | 130 ++++++++++++++++++++
.../hexagon/hexagon/hexagon_device_api_v2.h | 108 ++++++++++++++++
.../hexagon_module.cc} | 47 +++----
8 files changed, 735 insertions(+), 34 deletions(-)
create mode 100644 src/runtime/hexagon/hexagon/hexagon_buffer.cc
create mode 100644 src/runtime/hexagon/hexagon/hexagon_buffer.h
create mode 100644 src/runtime/hexagon/hexagon/hexagon_common.cc
create mode 100644 src/runtime/hexagon/hexagon/hexagon_common.h
create mode 100644 src/runtime/hexagon/hexagon/hexagon_device_api_v2.cc
create mode 100644 src/runtime/hexagon/hexagon/hexagon_device_api_v2.h
copy src/runtime/hexagon/{hexagon_module.h => hexagon/hexagon_module.cc} (59%)