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 d7253fbc7e [TIR] Add cp.async support for tir.if_then_else (#13966)
     add d12a636897 Refactor test to make it easier for user to understand how 
tensor_intrin works (#14017)
     add b1397367fc [FIX][RUNTIME] Convert container with function value type 
(#14024)
     add a543f6bebf [Arith] Implemented PMatchesOneOf and matches_one_of 
(#13933)
     add 14bc5e4585 [FIX][TOPI] Clip with IntImm/FloatImm (#14027)
     add 6f232f91be [TIR] [Bugfix] Pass the correct block_sref_reuse to Replace 
(#14023)

No new revisions were added by this update.

Summary of changes:
 python/tvm/runtime/object_generic.py               |  15 +-
 python/tvm/topi/math.py                            |  18 +-
 src/arith/pattern_match.h                          | 106 +++-
 src/arith/rewrite_simplify.cc                      | 546 ++++++++++-----------
 .../schedule/primitive/layout_transformation.cc    |  49 +-
 .../test_runtime_packed_func.py                    |  13 +
 tests/python/topi/python/test_topi_clip.py         |  16 +-
 tests/python/unittest/test_te_schedule.py          |  23 +-
 .../unittest/test_tir_schedule_transform_layout.py |  51 ++
 9 files changed, 528 insertions(+), 309 deletions(-)

Reply via email to