This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 1584da4 [Hexagon] Deprecate SDK 3.x, rewrite HexagonSDK.cmake (#10612)
add 4806b80 [Hexagon] Refactor tvm.contrib.hexagon, NFC (#10616)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/hexagon/__init__.py | 4 +-
.../tvm/contrib/hexagon/{hexagon.py => tools.py} | 132 +-----------------
python/tvm/contrib/hexagon/transform.py | 150 +++++++++++++++++++++
.../test_hexagon/test_2d_physical_buffers.py | 2 +-
.../contrib/test_hexagon/test_cache_read_write.py | 2 +-
tests/python/contrib/test_hexagon/test_launcher.py | 2 +-
.../python/unittest/test_target_codegen_hexagon.py | 4 +-
7 files changed, 159 insertions(+), 137 deletions(-)
rename python/tvm/contrib/hexagon/{hexagon.py => tools.py} (59%)
create mode 100644 python/tvm/contrib/hexagon/transform.py