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 ced7181708 [TVMScript] Add block name suffix management for TIR macros 
(#18465)
     add 161049ef85 [Relax][PyTorch] Enhance handling of unbounded upper bound 
constraints (#18489)
     add ec7f59f2d4 [TVMScript] Add test for TIR macro block name suffix 
handling (#18504)
     add 6041e9f455 [Relax][PyTorch] Add support for antialiased bilinear 
upsampling (#18500)
     add 6e0d4d51a3 [MISC] Fix compilation warnings (#18509)
     add c3a52ea3f2 [TIR] Update function signatures for decompose_reduction 
(#18505)
     add 843a574141 [MISC] Remove unused TVMC configs (#18512)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  6 --
 configs/host/default.json                          |  7 ---
 configs/test/compile_config_test.json              |  9 ---
 configs/test/tune_config_test.json                 |  6 --
 include/tvm/ir/transform.h                         |  3 +-
 python/tvm/ir/transform.py                         |  7 +--
 .../frontend/torch/exported_program_translator.py  | 36 ++++++++++--
 python/tvm/tir/schedule/schedule.py                |  4 +-
 src/ir/transform.cc                                |  4 +-
 src/relax/transform/alter_op_impl.cc               |  2 +-
 src/tir/schedule/primitive/compute_inline.cc       |  8 +--
 .../relax/test_frontend_from_exported_program.py   | 67 ++++++++++++++++++++++
 .../python/tvmscript/test_tvmscript_parser_tir.py  | 32 +++++++++++
 13 files changed, 142 insertions(+), 49 deletions(-)
 delete mode 100644 configs/host/default.json
 delete mode 100644 configs/test/compile_config_test.json
 delete mode 100644 configs/test/tune_config_test.json

Reply via email to