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/19 23:38:08 UTC

[tvm] branch main updated (256b9cf -> d16f282)

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 256b9cf  Get tvmc version from tvm (#7478)
     add d16f282  [TVMC] Add composite target passes for compilation and tuning (#7304)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/autotuner.py               |   9 +-
 python/tvm/driver/tvmc/common.py                  | 188 +++++++++++++++++++++-
 python/tvm/driver/tvmc/compiler.py                |  23 ++-
 python/tvm/driver/tvmc/composite_target.py        |  68 ++++++++
 python/tvm/relay/op/contrib/ethosn.py             |  35 ++++
 tests/python/driver/tvmc/test_common.py           |  91 +++++++++++
 tests/python/driver/tvmc/test_compiler.py         |  47 +++++-
 tests/python/driver/tvmc/test_composite_target.py |  62 +++++++
 8 files changed, 506 insertions(+), 17 deletions(-)
 create mode 100644 python/tvm/driver/tvmc/composite_target.py
 create mode 100644 tests/python/driver/tvmc/test_composite_target.py