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 b3fa6cb873 [AOT][Testing] Print output values on test failure (#16611)
     add 563ef9587c [SVE] Add support for scalable data type strings (#16612)
     add ff3716b83a [TVMScript] Represent tir::builtin::ret() using python 
"return" (#16640)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/data_type.h                    | 17 +++--
 python/tvm/_ffi/runtime_ctypes.py                  | 11 +++-
 python/tvm/script/parser/tir/parser.py             |  3 +-
 src/script/printer/tir/stmt.cc                     | 22 +++++++
 src/tir/op/op.cc                                   |  2 +-
 tests/cpp/tir_scalable_datatype.cc                 | 76 +++++++++++++++++++---
 tests/python/tir-base/test_tir_nodes.py            | 15 +----
 .../python/tir-base/test_tir_scalable_datatype.py  | 60 +++++++++++++++++
 .../python/tvmscript/test_tvmscript_printer_tir.py | 17 +++++
 .../tvmscript/test_tvmscript_syntax_sugar.py       | 14 ++++
 10 files changed, 208 insertions(+), 29 deletions(-)
 create mode 100644 tests/python/tir-base/test_tir_scalable_datatype.py

Reply via email to