This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from e7af601  [TVMScript] Script namespace changes (#9115)
     add 574a47c  [Meta Schedule][M4a] Local runner (#9153)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/runner/__init__.py        |   1 +
 python/tvm/meta_schedule/runner/local_runner.py    | 359 +++++++++++++++++++++
 python/tvm/meta_schedule/runner/rpc_runner.py      |  67 +---
 python/tvm/meta_schedule/runner/utils.py           | 120 +++++++
 tests/python/unittest/test_meta_schedule_runner.py | 303 +++++++++++++++++
 5 files changed, 797 insertions(+), 53 deletions(-)
 create mode 100644 python/tvm/meta_schedule/runner/local_runner.py
 create mode 100644 python/tvm/meta_schedule/runner/utils.py

Reply via email to