This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from c586834 [AutoScheduler]Simplify the code (#8351)
add 36fc525 [AOT] Name mangling in AOT (#8014)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/zephyr/aot_demo/src/main.c | 4 +-
include/tvm/runtime/module.h | 2 +-
python/tvm/micro/model_library_format.py | 16 +-
python/tvm/relay/backend/compile_engine.py | 6 +-
python/tvm/relay/backend/graph_executor_codegen.py | 4 +-
.../prj.conf => python/tvm/relay/backend/utils.py | 30 +--
python/tvm/relay/build_module.py | 15 +-
python/tvm/relay/transform/transform.py | 6 +-
src/relay/backend/aot_executor_codegen.cc | 30 ++-
src/relay/backend/build_module.cc | 15 +-
src/relay/backend/compile_engine.cc | 19 +-
src/relay/backend/compile_engine.h | 3 +-
src/relay/backend/graph_executor_codegen.cc | 12 +-
src/relay/backend/vm/compiler.cc | 3 +-
src/relay/transforms/partition_graph.cc | 85 +++++++-
src/runtime/meta_data.h | 13 +-
src/target/source/codegen_c_host.cc | 6 +-
src/target/source/codegen_c_host.h | 2 +
src/target/source/source_module.cc | 21 +-
tests/cpp/microtvm_runtime_standalone_test.cc | 2 +-
tests/cpp/relay_build_module_test.cc | 2 +-
.../contrib/test_bnns/test_conv2d_patterns.py | 6 +-
tests/python/contrib/test_ethosn/test_networks.py | 8 +-
tests/python/contrib/test_tensorrt.py | 6 +-
.../contrib/test_vitis_ai/test_vitis_ai_codegen.py | 5 +-
tests/python/relay/aot/aot_test.mk | 3 +-
tests/python/relay/aot/aot_test_utils.py | 235 +++++++++++++++------
tests/python/relay/aot/test_crt_aot.py | 83 +++++++-
tests/python/relay/test_json_runtime.py | 32 +--
.../test_common.py => relay/test_name_mangling.py} | 27 +--
tests/python/relay/test_op_fast_math.py | 2 +-
tests/python/relay/test_pass_partition_graph.py | 62 +++---
.../unittest/test_micro_model_library_format.py | 12 +-
33 files changed, 556 insertions(+), 221 deletions(-)
copy apps/microtvm/zephyr/aot_demo/prj.conf =>
python/tvm/relay/backend/utils.py (59%)
copy tests/python/{driver/tvmc/test_common.py => relay/test_name_mangling.py}
(59%)