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 4fe8e96c77 [Hexagon] Set c++17 standard for launcher (#13140)
add 57b9988922 [Hexagon] Add scripts for e2e MetaSchedule tuning
demonstration (#13135)
No new revisions were added by this update.
Summary of changes:
python/tvm/tir/tensor_intrin/hexagon.py | 50 ++++++
src/printer/tvmscript_printer.cc | 9 +-
.../{ => metaschedule_e2e}/__init__.py | 2 +-
.../test_hexagon/metaschedule_e2e/export_models.py | 74 ++++++++
.../metaschedule_e2e/test_resnet50_fp16.py | 128 ++++++++++++++
.../metaschedule_e2e/test_resnet50_int8.py | 186 +++++++++++++++++++++
6 files changed, 447 insertions(+), 2 deletions(-)
copy tests/python/contrib/test_hexagon/{ => metaschedule_e2e}/__init__.py (93%)
create mode 100644
tests/python/contrib/test_hexagon/metaschedule_e2e/export_models.py
create mode 100644
tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_fp16.py
create mode 100644
tests/python/contrib/test_hexagon/metaschedule_e2e/test_resnet50_int8.py