This is an automated email from the ASF dual-hosted git repository.
moreau pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from d94cbbb [Frontend]Make onnx gemm tensor C optional (#7489)
add 0ba3741 [CRT] Create C-runtime-style metadata module for llvm builds
(#7398)
No new revisions were added by this update.
Summary of changes:
apps/bundle_deploy/Makefile | 19 ++-
apps/bundle_deploy/build_model.py | 25 +++-
python/tvm/driver/build_module.py | 21 ++--
python/tvm/micro/compiler.py | 6 +-
src/target/llvm/codegen_cpu.cc | 85 +++++++------
src/target/llvm/codegen_cpu.h | 6 +
src/target/llvm/llvm_module.cc | 53 ++++++++
.../llvm_module.h} | 27 ++--
src/target/metadata_module.cc | 136 +++++++++++++++++++++
.../{llvm/codegen_params.h => metadata_module.h} | 27 ++--
src/target/source/codegen_source_base.h | 5 +-
src/target/source/source_module.cc | 88 +++----------
.../codegen_params.h => source/source_module.h} | 27 ++--
tests/python/unittest/test_crt.py | 33 ++++-
tests/python/unittest/test_link_params.py | 30 +++--
tests/python/unittest/test_target_codegen_llvm.py | 28 +----
16 files changed, 400 insertions(+), 216 deletions(-)
copy src/target/{func_registry_generator.h => llvm/llvm_module.h} (65%)
create mode 100644 src/target/metadata_module.cc
copy src/target/{llvm/codegen_params.h => metadata_module.h} (61%)
copy src/target/{llvm/codegen_params.h => source/source_module.h} (60%)