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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 68800fa810 [Contrib] Use f-strings for string formatting, NFC (#14893)
     add 5a094bce74 [TIR] Expand unit tests for ConvertSSA (#14892)
     add 53cee4bca3 [TVMScript] Round-trip DeclBuffer with undefined data 
pointer (#14900)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/transform/transform.py              |  18 ++
 src/script/printer/tir/block.cc                    |   3 +-
 src/script/printer/tir/buffer.cc                   |  29 ++-
 src/script/printer/tir/function.cc                 |   6 +-
 src/script/printer/tir/stmt.cc                     |  24 +-
 src/script/printer/tir/utils.h                     |  28 ++-
 src/tir/transforms/ir_utils.cc                     |  22 +-
 .../unittest/test_tir_transform_convert_ssa.py     | 253 +++++++++++++++++++++
 .../python/unittest/test_tir_transform_ir_utils.py |  40 ----
 .../python/unittest/test_tvmscript_printer_tir.py  |   3 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  51 +++++
 11 files changed, 411 insertions(+), 66 deletions(-)
 create mode 100644 tests/python/unittest/test_tir_transform_convert_ssa.py
 delete mode 100644 tests/python/unittest/test_tir_transform_ir_utils.py

Reply via email to