This is an automated email from the ASF dual-hosted git repository.
zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from c286b2d [RELAY][BYOC] Fix the creation of tuple of tuples in
PartitionGraph (#5616)
add e180b66 [NODE][PASS] Introduce config to PassContext. (#5631)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir/attrs.h | 2 +-
include/tvm/ir/transform.h | 73 ++++++++++++++++--
include/tvm/node/reflection.h | 17 ++++
python/tvm/ir/transform.py | 8 +-
src/ir/transform.cc | 107 +++++++++++++++++++++-----
src/node/reflection.cc | 41 +++++++---
src/runtime/object_internal.h | 9 +++
src/tir/transforms/unroll_loop.cc | 25 ++++++
tests/python/unittest/test_ir_attrs.py | 11 +--
tests/python/unittest/test_node_reflection.py | 30 ++++++++
10 files changed, 277 insertions(+), 46 deletions(-)