You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/03/31 19:49:36 UTC

[tvm] branch last-successful updated (8226bd0 -> 8775a80)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 8226bd0  [microNPU] Some housekeeping in the test_ethosu folder (#10824)
     add 8775a80  [TVMC] Support compiling and running with VM  (#10722)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/compiler.py        |  77 +++++++++++++++---
 python/tvm/driver/tvmc/model.py           |  94 ++++++++++++++++++----
 python/tvm/driver/tvmc/runner.py          | 127 +++++++++++++++++++-----------
 tests/python/driver/tvmc/test_compiler.py |  50 ++++++------
 tests/python/driver/tvmc/test_model.py    |  21 +++--
 tests/python/driver/tvmc/test_runner.py   |   8 +-
 6 files changed, 274 insertions(+), 103 deletions(-)