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 7dc5ae7894 [CYTHON] Make cython compatible with 3.0 (#15469)
add 608553462b [TIR][Schedule] Fix decompose reduction with thread binding
loops (#15465)
add 63a95d54f4 [Relay][Strategy] Fix `arm_cpu` int8 conv2d schedule
selection for 32-bit targets (#15468)
add dcbf2b2fb4 [TIR] Output DeclBuffer in MakePackedAPI (#15263)
add 543838303b [BugFix][TIR] ThreadSync with shared.dyn awareness (#15478)
add 2f090648d2 [Bugfix][CUTLASS] CUTLASS path finding (#15480)
add ac99367aa4 [Relay] [Bugfix] Fix some bugs of dominator pattern (#15473)
add 9bcf0bc107 [Relay] add redirecting operation to dataflow pattern graph
(#15392)
add 18467c95dd [Script] Be more careful when generating ast.ExtSlice for
Subscript (#15483)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/dataflow_pattern.h | 6 ++
python/tvm/_ffi/libinfo.py | 9 +-
python/tvm/contrib/cutlass/build.py | 15 ++--
python/tvm/relay/dataflow_pattern/__init__.py | 13 +++
python/tvm/relay/op/strategy/arm_cpu.py | 10 ++-
python/tvm/script/parser/core/doc.py | 21 +++--
src/relay/ir/dataflow_matcher.cc | 21 +++--
src/relay/ir/dataflow_pattern.cc | 10 +++
src/relay/ir/dataflow_pattern_functor.cc | 6 +-
src/relay/ir/indexed_graph.cc | 7 +-
src/tir/schedule/primitive/reduction.cc | 10 ++-
src/tir/transforms/arg_binder.cc | 2 +
src/tir/transforms/make_packed_api.cc | 11 ++-
src/tir/transforms/thread_storage_sync.cc | 18 +++-
.../relay/strategy/test_select_implementation.py | 97 ++++++++++++++++++++++
tests/python/relay/test_dataflow_pattern.py | 87 +++++++++++++++++++
.../python/unittest/test_tir_schedule_reduction.py | 33 ++++++++
.../unittest/test_tir_transform_thread_sync.py | 42 ++++++++++
tests/python/unittest/test_tvmscript_parser_tir.py | 16 ++++
19 files changed, 401 insertions(+), 33 deletions(-)