You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/04/16 20:52:59 UTC

[tvm] branch main updated (cc79e8f -> 6aefc26)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from cc79e8f  [TIR] Add a new intrinsic count leading zeros for LLVM and SPIR-V (#7825)
     add 6aefc26  [TensorIR][M1c] LCA detector (#7848)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/analysis.h                         |   9 ++
 python/tvm/tir/analysis/analysis.py                |  22 ++-
 src/tir/analysis/buffer_access_lca_detector.cc     | 173 +++++++++++++++++++++
 .../test_tir_analysis_detect_buffer_access_lca.py  | 107 +++++++++++++
 4 files changed, 310 insertions(+), 1 deletion(-)
 create mode 100644 src/tir/analysis/buffer_access_lca_detector.cc
 create mode 100644 tests/python/unittest/test_tir_analysis_detect_buffer_access_lca.py