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 e4af30220f [Target] Add Jetson Orin Nano tag (#15380)
add 3f69ed43a8 [TIR] Finer predicate handling in cross-thread reduction
(#15374)
add 8c8b51f02b [Bugfix] Work around "Internal Compiler Error" in MSVC
(#15385)
add 8babadb100 [Relay] improve SimplifyClipAndConsecutiveCast pass (#15362)
No new revisions were added by this update.
Summary of changes:
src/relay/transforms/simplify_expr.cc | 86 +++++++----
src/tir/transforms/compact_buffer_region.cc | 162 +++++++++++----------
src/tir/transforms/lower_cross_thread_reduction.cc | 120 +++++++++++++--
tests/python/relay/aot/test_crt_aot_usmp.py | 2 +-
tests/python/relay/test_pass_simplify_expr.py | 45 ++++++
...t_tir_transform_lower_cross_thread_reduction.py | 135 ++++++++++++++++-
6 files changed, 424 insertions(+), 126 deletions(-)