This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 0218482 [fix] relax QnnConv2DTransposeRel constraint (#10716)
add d37c1d2 [UnitTest] Fuzz based on seed rather than random value.
(#10515)
add 0ddaaa6 Use local complete block and local reduction block to
identify compact dataflow (#10705)
add 044086c Fix shape func for Reshape (#10721)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/_transform.py | 1 +
src/tir/schedule/analysis.h | 9 +-
src/tir/schedule/analysis/analysis.cc | 109 +++++++++++++++------
src/tir/schedule/primitive/for_kind.cc | 4 +-
tests/python/relay/test_any.py | 5 +-
.../python/unittest/test_target_codegen_vulkan.py | 18 ++--
.../python/unittest/test_tir_schedule_for_kind.py | 89 +++++++++++++++++
7 files changed, 186 insertions(+), 49 deletions(-)