You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2022/05/23 16:14:35 UTC

[tvm] branch main updated (4626a61fe2 -> d1467777c6)

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

jwfromm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 4626a61fe2 [TVMScript] fix typo for block syntax (#11407)
     add d1467777c6 Finish support for list-of-targets (#11382)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/compilation_config.h            |  21 ++-
 python/tvm/auto_scheduler/measure.py               |   8 +-
 python/tvm/auto_scheduler/relay_integration.py     |   9 +-
 python/tvm/auto_scheduler/search_task.py           |  12 +-
 python/tvm/autotvm/graph_tuner/base_graph_tuner.py |   2 +-
 python/tvm/autotvm/measure/measure_methods.py      |   2 +-
 python/tvm/autotvm/task/relay_integration.py       |  10 +-
 python/tvm/autotvm/task/task.py                    |  11 +-
 python/tvm/contrib/hexagon/session.py              |   8 +-
 python/tvm/contrib/peak.py                         |  10 +-
 python/tvm/driver/build_module.py                  |  17 +--
 python/tvm/driver/tvmc/autotuner.py                |   6 +-
 python/tvm/driver/tvmc/compiler.py                 |   2 +-
 python/tvm/exec/measure_peak.py                    |   4 +-
 python/tvm/micro/model_library_format.py           |  15 ++-
 python/tvm/relay/backend/_backend.py               |   4 +-
 python/tvm/relay/backend/graph_executor_codegen.py |   2 +-
 python/tvm/relay/backend/vm.py                     |  39 +++---
 python/tvm/relay/build_module.py                   | 133 +++++++------------
 python/tvm/target/compilation_config.py            |   2 +-
 python/tvm/target/target.py                        | 142 ++++++++++++---------
 src/relay/backend/te_compiler.cc                   |   6 +-
 src/target/compilation_config.cc                   |  39 ++++--
 tests/cpp/target/compilation_config_test.cc        |  40 +++++-
 tests/python/contrib/test_ethosn/infrastructure.py |   2 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |   5 +-
 tests/python/integration/test_tuning.py            |   2 +-
 tests/python/relay/test_build_module.py            |   2 +-
 .../unittest/test_micro_model_library_format.py    |  16 +--
 tests/python/unittest/test_target_target.py        |  97 ++++++++------
 30 files changed, 340 insertions(+), 328 deletions(-)