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/05/03 17:28:48 UTC

[tvm] branch main updated (8c56ce3 -> 22c8f8c)

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 8c56ce3  [Graph Executor Debugger] Fix parameter dump (#7903)
     add 22c8f8c  [TensorIR][Pass][M1c] FlattenBuffer (#7962)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |   8 +
 python/tvm/script/intrin.py                        |   2 +-
 python/tvm/script/scope_handler.py                 |   8 +-
 python/tvm/tir/transform/transform.py              |  13 ++
 src/printer/tvmscript_printer.cc                   |   4 +-
 src/tir/transforms/flatten_buffer.cc               | 172 +++++++++++++++
 .../unittest/test_tir_transform_flatten_buffer.py  | 243 +++++++++++++++++++++
 tests/python/unittest/test_tvmscript_roundtrip.py  |  26 +++
 8 files changed, 470 insertions(+), 6 deletions(-)
 create mode 100644 src/tir/transforms/flatten_buffer.cc
 create mode 100644 tests/python/unittest/test_tir_transform_flatten_buffer.py