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 02f885a [AutoScheduler] Fix task scheduler after 8478 (#8984)
add bedf7cf Clean up LowerTEPass and pass IRModule Attrs through passes
(#8914)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir/module.h | 20 ++++++++-
src/ir/module.cc | 11 ++++-
src/relay/backend/aot_executor_codegen.cc | 2 +-
src/relay/backend/graph_executor_codegen.cc | 13 +++---
src/relay/backend/interpreter.cc | 52 +++++++++-------------
src/relay/backend/te_compiler.cc | 27 +++--------
src/relay/backend/te_compiler.h | 7 ---
src/relay/ir/transform.cc | 4 +-
src/relay/transforms/partition_graph.cc | 5 ++-
src/relay/transforms/to_basic_block_normal_form.cc | 2 +-
src/relay/transforms/type_infer.cc | 17 ++++---
tests/python/relay/test_backend_compile_engine.py | 2 +
12 files changed, 77 insertions(+), 85 deletions(-)