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/09/18 05:09:39 UTC

[tvm] branch last-successful updated (d1871a6957 -> b2c5addbb4)

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 d1871a6957 [MetaSchedule] Relax conditions of rule Cross-Thread Reduction (#12825)
     add b2c5addbb4 [TVMScript] IRBuilder methods for `Stmt` (#12830)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/ir_builder/tir/frame.h          | 132 +++++++++++++++++++++
 include/tvm/script/ir_builder/tir/ir.h             |  40 +++++++
 python/tvm/script/ir_builder/tir/frame.py          |  20 ++++
 python/tvm/script/ir_builder/tir/ir.py             | 131 ++++++++++++++++++++
 src/script/ir_builder/tir/frame.cc                 |  27 +++++
 src/script/ir_builder/tir/ir.cc                    |  67 +++++++++++
 .../unittest/test_tvmscript_ir_builder_tir.py      |  69 +++++++++++
 7 files changed, 486 insertions(+)