You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/10 02:57:14 UTC

[tvm] branch last-successful updated (aea82c6417 -> 0c281b7064)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from aea82c6417 [MetaSchedule] Extend tune_tir to support tuning of specific blocks. (#12342)
     add 811584992c Infer the value of shape expr to avoid dynamic (#12313)
     add 0c281b7064 [FIX,STORAGE REWRITE] Rewrite buffers in let statements (#12349)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tflite.py                | 18 ++++-
 python/tvm/script/tir/__init__.py                  | 12 +++-
 python/tvm/script/tir/intrin.py                    | 84 +++++-----------------
 python/tvm/script/tir/ty.py                        | 15 ++--
 src/tir/transforms/storage_rewrite.cc              |  8 +++
 .../unittest/test_tir_transform_storage_rewrite.py | 24 +++++++
 6 files changed, 81 insertions(+), 80 deletions(-)