This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 85624ff667 [ci][docker] Fix deploy to tlcpackstaging on Docker Hub
(#12282)
add 39ffe0a5ce [TVMScript] Add object path tracing to StructuralEqual
(#12101)
No new revisions were added by this update.
Summary of changes:
include/tvm/node/reflection.h | 6 +
include/tvm/node/structural_equal.h | 157 ++++++++++++--
python/tvm/ir/base.py | 34 ++-
python/tvm/runtime/__init__.py | 1 +
python/tvm/runtime/object_path.py | 16 ++
src/node/reflection.cc | 44 ++++
src/node/structural_equal.cc | 237 +++++++++++++++++++--
src/node/structural_hash.cc | 162 +++++++++++++-
src/tir/analysis/deep_equal.cc | 13 +-
.../unittest/test_container_structural_equal.py | 155 ++++++++++++++
.../unittest/test_tir_structural_equal_hash.py | 188 +++++++++++++++-
11 files changed, 969 insertions(+), 44 deletions(-)
create mode 100644 tests/python/unittest/test_container_structural_equal.py