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

[tvm] branch last-successful updated (8c23469e20 -> c15cc5ef6d)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 8c23469e20 [MicroTVM] add heap-size to project options (#12390)
     add 13ebbfb37f Replace std::result_of (deprecated in C++17) with std::invoke_result, NFC (#12562)
     add 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 -
 include/tvm/script/printer/traced_object.h         |  2 +-
 python/tvm/contrib/hexagon/pytest_plugin.py        |  2 +-
 python/tvm/relay/build_module.py                   | 78 ----------------------
 python/tvm/target/target.py                        | 19 +-----
 src/relay/backend/annotate_used_memory.cc          |  2 +-
 src/relay/transforms/annotate_texture_storage.cc   |  4 ++
 src/relay/transforms/compiler_function_utils.cc    |  2 +
 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 +-
 29 files changed, 88 insertions(+), 263 deletions(-)