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

marisa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 21e895c  [TIR] Enhance VerifyGPUCode (#6194)
     add a0c072e  [TIR][Transform] HoistIfThenElse added (#6066)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |   8 +
 python/tvm/driver/build_module.py                  |   1 +
 python/tvm/tir/transform/transform.py              |   9 +
 src/tir/transforms/hoist_if_then_else.cc           | 365 +++++++++++++++++++++
 tests/python/unittest/test_te_build_lower.py       |   2 +-
 .../python/unittest/test_tir_transform_hoist_if.py | 268 +++++++++++++++
 6 files changed, 652 insertions(+), 1 deletion(-)
 create mode 100644 src/tir/transforms/hoist_if_then_else.cc
 create mode 100644 tests/python/unittest/test_tir_transform_hoist_if.py

Reply via email to