This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 9c4e9ff [ONNX] Add MatMulInteger16 contrib op (#9186)
add 289bd90 Prepare for switching VM to LowerTEPass. (#9550)
No new revisions were added by this update.
Summary of changes:
include/tvm/parser/parser.h | 10 +++++++-
include/tvm/runtime/vm/executable.h | 11 ++++++--
include/tvm/target/compilation_config.h | 22 +++++++++++-----
include/tvm/target/se_scope.h | 6 +++++
python/tvm/runtime/vm.py | 7 +++++
src/ir/module.cc | 13 ++++++----
src/parser/parser.cc | 27 +++++++++++--------
src/printer/relay_text_printer.cc | 12 ++++++++-
src/printer/text_printer.cc | 20 +++++++++++++--
src/relay/backend/aot_executor_codegen.cc | 33 +++++++++++++++++++-----
src/relay/backend/graph_executor_codegen.cc | 4 +--
src/relay/backend/interpreter.cc | 5 ++--
src/relay/backend/te_compiler.cc | 35 +++++++++++++++++++------
src/relay/backend/te_compiler_cache.cc | 6 ++---
src/relay/backend/utils.cc | 5 ++++
src/relay/backend/vm/compiler.cc | 5 +++-
src/relay/backend/vm/compiler.h | 9 ++++++-
src/relay/op/call/call.cc | 40 ++++++++++++++++++-----------
src/relay/op/call/call.h | 10 +++++---
src/relay/op/memory/device_copy.cc | 11 ++++++++
src/relay/op/memory/device_copy.h | 10 ++++++++
src/relay/transforms/device_domains.cc | 32 +++--------------------
src/runtime/vm/executable.cc | 33 +++++++++++++++++++++---
src/runtime/vm/vm.cc | 13 ++++++++++
src/target/compilation_config.cc | 12 +++++----
src/target/target.cc | 2 +-
tests/cpp/target/compilation_config_test.cc | 30 ++++++++++++++++++----
27 files changed, 311 insertions(+), 112 deletions(-)