You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/08/24 04:02:34 UTC

[tvm] branch main updated (8174d082e8 -> c15cc5ef6d)

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

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


    from 8174d082e8 Add using directives for otherwise hidden virtual functions, NFC (#12561)
     add c15cc5ef6d [Target] Remove deprecated parameters from target (#12416)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/README.md                    |  4 +-
 apps/howto_deploy/prepare_test_libs.py             |  2 +-
 apps/sgx/src/build_model.py                        |  7 +-
 .../wasm-graph/tools/build_graph_lib.py            |  9 ++-
 .../tune_with_autoscheduler/ci_logs/matmul.json    |  2 +-
 .../ci_logs/resnet-50-NHWC-B1-llvm.json            | 52 +++++++--------
 .../ci_logs/sparse_dense.json                      |  2 +-
 gallery/how_to/tune_with_autotvm/tune_relay_x86.py |  4 +-
 gallery/how_to/work_with_microtvm/micro_tvmc.sh    |  4 +-
 gallery/tutorial/auto_scheduler_matmul_x86.py      |  2 -
 python/tvm/contrib/hexagon/pytest_plugin.py        |  2 +-
 python/tvm/relay/build_module.py                   | 78 ----------------------
 python/tvm/target/target.py                        | 19 +-----
 src/target/target_kind.cc                          | 38 ++---------
 tests/cpp/c_codegen_test.cc                        | 10 +--
 tests/cpp/target_test.cc                           |  4 +-
 .../test_hexagon/topi/test_softmax_slice.py        |  1 -
 tests/python/driver/tvmc/test_target.py            |  6 +-
 tests/python/driver/tvmc/test_target_options.py    |  2 +-
 tests/python/relay/aot/test_cpp_aot.py             |  2 +-
 tests/python/relay/aot/test_crt_aot.py             | 36 ----------
 tests/python/relay/test_build_module.py            | 47 +++----------
 .../test_tir_transform_common_subexpr_elim.py      |  2 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  4 +-
 tests/scripts/task_python_docs.sh                  |  2 +-
 25 files changed, 80 insertions(+), 261 deletions(-)