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 b1c8c90384 [skip ci] Added label tags links to the wiki page in issue
templates to align with Issue Tracking RFC (#12988)
add 34c43d43ea [MetaSchedule] Introduce a variant of ModuleEquality to
enable ignoring NDArray raw data (#13091)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/database.h | 4 ++
python/tvm/meta_schedule/database/json_database.py | 2 +
.../tvm/meta_schedule/database/memory_database.py | 2 +
.../meta_schedule/database/schedule_fn_database.py | 2 +
python/tvm/meta_schedule/relay_integration.py | 4 ++
python/tvm/meta_schedule/tune.py | 2 +
src/meta_schedule/module_equality.cc | 42 +++++++++++++++
src/meta_schedule/module_equality.h | 2 +
src/node/ndarray_hash_equal.h | 52 +++++++++++++++++++
src/node/structural_equal.cc | 35 +++++++++++++
src/node/structural_hash.cc | 51 +++++++------------
.../test_meta_schedule_relay_integration.py | 59 ++++++++++++++++++++++
12 files changed, 224 insertions(+), 33 deletions(-)
create mode 100644 src/node/ndarray_hash_equal.h