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 88701dc82a [Miscs] Enhance script about make release notes (#15234)
     add 2f7c097594 [TIR] Allow VerifyWellFormed to accept IRModule (#15247)
     add 73a62f647f [TIR] Preserve AllocateNode::annotations (#15242)
     add 81463d79c0 [TIR][Schedule] Scoped CacheRead/Write producing compact 
region (#15236)
     add 3a33771494 [TVMScript] Handle parsing of PrimFunc calls with non-void 
return (#15239)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/analysis/analysis.py                |   8 +-
 python/tvm/tir/op.py                               |   9 +-
 src/script/ir_builder/ir/ir.cc                     |  14 +-
 src/tir/analysis/verify_well_formed.cc             |  25 +-
 src/tir/schedule/primitive.h                       |   4 +-
 src/tir/schedule/primitive/cache_read_write.cc     | 316 +++++++++++++++++----
 src/tir/transforms/inject_double_buffer.cc         |   4 +-
 src/tir/transforms/ir_utils.cc                     |   3 +-
 src/tir/transforms/lower_custom_datatypes.cc       |   2 +-
 src/tir/transforms/lower_thread_allreduce.cc       |   2 +-
 src/tir/transforms/lower_warp_memory.cc            |   2 +-
 src/tir/transforms/make_unpacked_api.cc            |  11 +-
 src/tir/transforms/update_pointer_storage_scope.cc |   9 +-
 .../test_tir_analysis_verify_well_formed.py        |   1 +
 .../unittest/test_tir_schedule_cache_read_write.py | 156 ++++++++--
 tests/python/unittest/test_tvmscript_roundtrip.py  |  17 ++
 16 files changed, 490 insertions(+), 93 deletions(-)

Reply via email to