You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/05 18:05:44 UTC

[tvm] branch last-successful updated (ca46f21f51 -> 8a0911c429)

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

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


    from ca46f21f51 [CI] Increase CPU Intergration tests shards to speedup runtime (#12316)
     add 8a0911c429 [TIR] Add tir::builtin::assume (#12267)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                          |  9 ++++
 python/tvm/script/tir/intrin.py                    | 11 +++++
 python/tvm/tir/transform/transform.py              | 11 +++++
 src/printer/tvmscript_printer.cc                   |  8 ++++
 src/tir/op/builtin.cc                              |  4 ++
 .../{decorate_device_scope.cc => remove_assume.cc} | 38 ++++++++++++-----
 ...sion.py => test_tir_transform_remove_assume.py} | 48 +++++++++++++---------
 7 files changed, 99 insertions(+), 30 deletions(-)
 copy src/tir/transforms/{decorate_device_scope.cc => remove_assume.cc} (57%)
 copy tests/python/unittest/{test_tvmscript_regression.py => test_tir_transform_remove_assume.py} (52%)