You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/01/15 13:10:16 UTC

[tvm] branch main updated (e7c8141 -> 6f6fc68)

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

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


    from e7c8141  [Relay/Frontend][TFLite] Change the output shape calculation based on keep_dim option in fully connected (#9840)
     add 6f6fc68  [TIR] Encode conditional accesses info into block read/write regions (#9880)

No new revisions were added by this update.

Summary of changes:
 src/tir/analysis/block_access_region_detector.cc   | 29 ++++++++--
 src/tir/transforms/compact_buffer_region.cc        | 10 ++--
 src/tir/transforms/ir_utils.cc                     | 62 +++++++++++++++-----
 src/tir/transforms/ir_utils.h                      | 18 +++---
 .../test_tir_analysis_get_block_access_region.py   | 66 ++++++++++++++++++++++
 .../test_tir_transform_compact_buffer_region.py    |  1 +
 6 files changed, 156 insertions(+), 30 deletions(-)