This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 829be98 [CI][ACL] Switched to ACL 20.11 (#7106)
add fb8de5a Add autoscheduler support to tvmc (#7070)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/autotuner.py | 259 ++++++++++++++++++++++---
python/tvm/driver/tvmc/compiler.py | 29 ++-
tests/python/driver/tvmc/test_autoscheduler.py | 101 ++++++++++
tests/python/driver/tvmc/test_autotuner.py | 2 +-
4 files changed, 353 insertions(+), 38 deletions(-)
create mode 100644 tests/python/driver/tvmc/test_autoscheduler.py