This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch v0.6
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from ce56d5b [BACKPORT-0.6] Add ConstantNode to IsAtomic (#5831)
add 28ac1f9 [BACKPORT-0.6] Fix alpha_equal bug (#5829)
No new revisions were added by this update.
Summary of changes:
src/relay/backend/vm/removed_unused_funcs.cc | 37 ++++++-----------
src/relay/ir/alpha_equal.cc | 2 +-
tests/python/relay/test_ir_nodes.py | 2 +
tests/python/relay/test_pass_alpha_equal.py | 46 ++++++++++++++++++++++
tests/python/relay/test_pass_fuse_ops.py | 36 ++++++++++++++++-
.../relay/test_pass_remove_unused_functions.py | 24 +++++++++++
6 files changed, 120 insertions(+), 27 deletions(-)