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 b754bec  Add ci_qemu docker image (#6485)
     add 5db80f0  [tvmc] Introduce 'run' subcommand (part 4/4) (#6578)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/__init__.py      |   1 +
 python/tvm/driver/tvmc/common.py        |  35 +++
 python/tvm/driver/tvmc/compiler.py      |   4 +-
 python/tvm/driver/tvmc/runner.py        | 464 ++++++++++++++++++++++++++++++++
 tests/python/driver/tvmc/conftest.py    |  41 ++-
 tests/python/driver/tvmc/test_common.py |  31 +++
 tests/python/driver/tvmc/test_runner.py |  98 +++++++
 7 files changed, 667 insertions(+), 7 deletions(-)
 create mode 100644 python/tvm/driver/tvmc/runner.py
 create mode 100644 tests/python/driver/tvmc/test_runner.py

Reply via email to