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 2021/02/09 18:19:05 UTC

[tvm] branch main updated (79b6ef7 -> 2b8d113)

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 79b6ef7  [FIX,CMAKE] Only compile runtime files once (#7417)
     add 2b8d113  [TVMC] Allow manual shape specification in tvmc (#7366)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/autotuner.py        |  9 +++++-
 python/tvm/driver/tvmc/common.py           | 39 +++++++++++++++++++++++++
 python/tvm/driver/tvmc/compiler.py         | 16 ++++++++--
 python/tvm/driver/tvmc/frontends.py        | 47 ++++++++++++++++++------------
 tests/python/driver/tvmc/conftest.py       | 17 +++++++++++
 tests/python/driver/tvmc/test_common.py    | 33 +++++++++++++++++++++
 tests/python/driver/tvmc/test_compiler.py  | 31 +++++++++++++++-----
 tests/python/driver/tvmc/test_frontends.py | 20 ++++++++++++-
 tests/scripts/setup-pytest-env.sh          |  4 +--
 9 files changed, 184 insertions(+), 32 deletions(-)