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/04/28 14:53:45 UTC

[tvm] branch last-successful updated (72e11baabb -> 7710dfd557)

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 72e11baabb [CMSIS-NN] Moved TFLite model making to common area (#10939)
     add 7710dfd557 [TIR] Get read/write access precisely for opaque access. (#11110)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/buffer.h                           |  5 +-
 python/tvm/tir/buffer.py                           | 10 ++-
 src/tir/analysis/block_access_region_detector.cc   | 28 +++++++
 src/tir/ir/buffer.cc                               |  8 +-
 .../test_tir_analysis_get_block_access_region.py   | 29 +++++++
 tests/python/unittest/test_tir_buffer.py           |  6 ++
 .../unittest/test_tir_schedule_compute_inline.py   | 97 ++++++++++++++--------
 7 files changed, 142 insertions(+), 41 deletions(-)