This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 27abfad disable stacked bidir test (#6585)
add c0a6bc3 [tvmc] Introduce 'tune' subcommand (part 3/4) (#6537)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/__init__.py | 1 +
python/tvm/driver/tvmc/autotuner.py | 327 +++++++++++++++++++++++++++++
python/tvm/driver/tvmc/common.py | 39 ++++
tests/python/driver/tvmc/test_autotuner.py | 150 +++++++++++++
4 files changed, 517 insertions(+)
create mode 100644 python/tvm/driver/tvmc/autotuner.py
create mode 100644 tests/python/driver/tvmc/test_autotuner.py