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 5931cf10eb [TIR][Transform] Add LiftThreadBinding Pass (#15207)
add f14c61f0d1 [AOT] Remove workaround to help resolve test flakiness
(#15181)
add 03ef29e8ad [TIR][Schedule] Derive Nonnegative Bounds from Shape Var
(#15210)
add b160cb1a10 Update version to 0.14.dev0 on main branch (#15208)
add a60b815fe5 [TIR] Support cross-threaad reduction lowering with
thread-broadcasting rewrite (#15192)
No new revisions were added by this update.
Summary of changes:
conda/recipe/meta.yaml | 2 +-
include/tvm/runtime/c_runtime_api.h | 2 +-
python/tvm/_ffi/libinfo.py | 2 +-
python/tvm/testing/aot.py | 10 +-
src/tir/schedule/primitive/compute_at.cc | 15 ++
src/tir/transforms/lower_cross_thread_reduction.cc | 158 +++++++++++++++++--
.../unittest/test_tir_schedule_compute_at.py | 69 ++++++++
...t_tir_transform_lower_cross_thread_reduction.py | 174 +++++++++++++++++++++
version.py | 2 +-
web/package.json | 2 +-
10 files changed, 409 insertions(+), 27 deletions(-)