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 7c97c4eb8d [Runtime] Fix Can't "query_imports" Bug of VM Executable 
(#14656)
     add a8e3d75ec6 [Community] Qiang Zhang -> Reviewer (#14677)
     add 2bb9698be9 [TIR] Flatten SeqStmt on construction (#14492)
     add 495ddc57f4 [TFLite][Frontend] Support for quantized squared difference 
(#14667)
     add 41ae745023 [CI] Downgrade ci_cpu llvm version back to 11 (#14680)
     add f4b53fb6e2 [Community] Jiajun Jiang -> Reviewer (#14676)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |   2 +
 include/tvm/tir/stmt.h                             | 159 ++++++++++++++-------
 python/tvm/relay/frontend/tflite.py                |  15 +-
 src/relay/backend/aot/aot_lower_main.cc            |   6 +-
 src/relay/backend/aot_executor_codegen.cc          |   6 +-
 src/script/ir_builder/tir/utils.h                  |   9 +-
 src/tir/contrib/ethosu/passes.cc                   |   2 +-
 src/tir/ir/stmt.cc                                 |  19 +++
 src/tir/ir/stmt_functor.cc                         |   8 +-
 src/tir/schedule/analysis/reducer.cc               |   7 +-
 src/tir/transforms/remove_no_op.cc                 |  25 ----
 tests/cpp/ir_functor_test.cc                       |   3 +-
 tests/python/frontend/tflite/test_forward.py       |  37 ++++-
 tests/python/relay/aot/test_c_device_api.py        |   4 +-
 tests/python/relay/aot/test_crt_aot.py             |   2 +-
 .../unittest/test_tir_stmt_functor_ir_transform.py |   4 +-
 .../unittest/test_tir_transform_remove_no_op.py    |   2 +-
 .../unittest/test_tvmscript_printer_annotation.py  |   6 +-
 .../python/unittest/test_tvmscript_printer_tir.py  |   4 +-
 .../unittest/test_tvmscript_printer_underlining.py |   4 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  53 +++++--
 tests/scripts/task_config_build_cpu.sh             |   2 +-
 22 files changed, 244 insertions(+), 135 deletions(-)

Reply via email to