This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 34d70de [Relay][VM] Relay VM memory liveness/lifetime analysis
(#10026)
add 63377f2 Fix broadcast InferCorrectLayout (#10156)
No new revisions were added by this update.
Summary of changes:
src/relay/transforms/infer_layout_utils.cc | 265 ++++++++++++++++++++++++
src/relay/transforms/infer_layout_utils.h | 135 ++----------
tests/python/relay/test_pass_alter_op_layout.py | 171 +++++++++++++++
3 files changed, 457 insertions(+), 114 deletions(-)
create mode 100644 src/relay/transforms/infer_layout_utils.cc