This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f83055f90a [QNN] Change in Pass Context for lookup table calculation
(#13660)
add ece99a243b [CLML][RELAY] Enable Pad and Conv2d layer fusion (#13649)
add dc3fc36d0b [TVMScript] More accurate hints for ImportError (#13662)
add d6507b256f [TIR] Create Layout with specified axis dtype (#13663)
add 8551a5c71f [MetaSchedule] Add "disabled_pass" option in tuning API
(#13659)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/data_layout.h | 4 +-
python/tvm/meta_schedule/relay_integration.py | 17 +++++++-
python/tvm/relay/op/contrib/clml.py | 21 ++++++++++
python/tvm/script/highlight.py | 11 +++++-
python/tvm/tir/data_layout.py | 8 +++-
src/relay/backend/contrib/clml/codegen.cc | 2 +-
src/tir/ir/data_layout.cc | 15 +++++---
tests/python/contrib/test_clml/test_ops.py | 4 +-
.../test_meta_schedule_relay_integration.py | 45 ++++++++++++++++++++++
tests/python/unittest/test_tir_data_layout.py | 27 ++++++++++++-
10 files changed, 137 insertions(+), 17 deletions(-)