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 2022/04/20 20:18:13 UTC

[tvm] branch main updated (8846f31312 -> 68beae90ea)

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 8846f31312 Add FlattenAtrousConv pass into the default optimize pipeline. (#11077)
     add 68beae90ea Add two possible missing visit of let stmt in lowering (#11079)

No new revisions were added by this update.

Summary of changes:
 src/tir/transforms/compact_buffer_region.cc        | 16 ++++++++
 src/tir/transforms/storage_rewrite.cc              |  2 +
 .../test_tir_transform_compact_buffer_region.py    | 37 +++++++++++--------
 .../unittest/test_tir_transform_storage_rewrite.py | 43 +++++++++++++---------
 4 files changed, 64 insertions(+), 34 deletions(-)