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 6ca2341460 [Relax] Remove the legalization of cumsum/cumprob (#16676)
add e005f8574c [Frontend][PaddlePaddle] PaddlePaddle model with NCHW data
format that supports quantization (#16651)
add 657880cdce [Bugfix][TIR] Fix duplicate AllocateConst in CacheReadWrite
schedule primitive (#16660)
add 7b7677fc75 [TIR] Enhance and fix tensorize schedule for some case
(#16560)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/paddlepaddle.py | 83 +++++++++++++--
src/tir/schedule/ir_comparator.cc | 24 +++++
src/tir/schedule/ir_comparator.h | 1 +
src/tir/schedule/primitive/blockize_tensorize.cc | 5 +-
src/tir/schedule/primitive/cache_read_write.cc | 4 +-
src/tir/transforms/simplify.cc | 8 ++
src/tir/transforms/simplify.h | 9 +-
.../test_tir_schedule_cache_read_write.py | 40 +++++++
.../tir-schedule/test_tir_schedule_tensorize.py | 118 +++++++++++++++++++++
9 files changed, 275 insertions(+), 17 deletions(-)