This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 3698d5d [RELAY] Fix segfault in pretty print when ObjectRef is null
(#5681)
add ddf7190 [REFACTOR][RELAY] move fallback_device to config (#5690)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir/transform.h | 5 -----
python/tvm/ir/transform.py | 18 +-----------------
python/tvm/relay/transform/transform.py | 10 ++--------
src/ir/transform.cc | 7 ++-----
src/relay/backend/build_module.cc | 7 ++++++-
src/relay/ir/transform.cc | 2 ++
tests/cpp/relay_transform_sequential.cc | 2 +-
tests/python/relay/test_pass_annotation.py | 12 ++++++------
8 files changed, 20 insertions(+), 43 deletions(-)