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/04/07 19:14:30 UTC

[tvm] branch main updated (bf0f87d -> e426458)

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 bf0f87d  [M1b] Scaffolding ScheduleState data structure (#7765)
     add e426458  [TVMC][VitisAI] Enable Vitis AI target through TVMC (#7577)

No new revisions were added by this update.

Summary of changes:
 docker/install/ubuntu_install_vitis_ai_core.sh     |   0
 docs/deploy/vitis_ai.rst                           |  78 ++++-----
 python/tvm/contrib/target/vitis_ai.py              | 188 ++++++++++++++-------
 python/tvm/driver/tvmc/autotuner.py                |   2 +-
 python/tvm/driver/tvmc/compiler.py                 |   2 +-
 python/tvm/driver/tvmc/composite_target.py         |  29 +++-
 python/tvm/relay/op/contrib/arm_compute_lib.py     |   2 +-
 python/tvm/relay/op/contrib/ethosn.py              |   2 +-
 python/tvm/relay/op/contrib/vitis_ai.py            | 108 +++++++++---
 .../backend/contrib/vitis_ai/config_vitis_ai.cc    |  34 ++++
 src/runtime/contrib/vitis_ai/vitis_ai_runtime.cc   |  13 +-
 src/runtime/contrib/vitis_ai/vitis_ai_runtime.h    |   4 +-
 .../python/contrib/test_vitis_ai/infrastructure.py |   7 +-
 tests/python/driver/tvmc/test_compiler.py          |  25 ++-
 tests/python/driver/tvmc/test_composite_target.py  |   1 +
 15 files changed, 353 insertions(+), 142 deletions(-)
 mode change 100644 => 100755 docker/install/ubuntu_install_vitis_ai_core.sh