This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 9299a29fd3 [TVMScript] Evaluator, core parser, var table (#13088)
add cbca28da00 [MetaSchedule] Consolidate module hashing and equality
testing (#13050)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/database.h | 59 ++++++++++++++---
python/tvm/meta_schedule/database/database.py | 2 +
python/tvm/meta_schedule/database/json_database.py | 8 ++-
.../tvm/meta_schedule/database/memory_database.py | 18 +++++-
.../meta_schedule/database/schedule_fn_database.py | 15 ++++-
python/tvm/meta_schedule/relay_integration.py | 15 ++++-
python/tvm/meta_schedule/tune.py | 9 ++-
src/meta_schedule/database/database.cc | 20 +++---
src/meta_schedule/database/json_database.cc | 22 +++++--
src/meta_schedule/database/memory_database.cc | 13 ++--
src/meta_schedule/database/schedule_fn_database.cc | 7 ++-
.../frame.cc => meta_schedule/module_equality.cc} | 38 +++++------
src/meta_schedule/module_equality.h | 73 ++++++++++++++++++++++
.../search_strategy/evolutionary_search.cc | 33 ++++++++--
src/relay/backend/task_extraction.cc | 34 +++++++---
15 files changed, 292 insertions(+), 74 deletions(-)
copy src/{script/ir_builder/ir/frame.cc => meta_schedule/module_equality.cc}
(56%)
create mode 100644 src/meta_schedule/module_equality.h