You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2020/12/17 19:37:35 UTC

[tvm] branch main updated (829be98 -> fb8de5a)

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