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 21:23:57 UTC

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

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 b2c5addbb4 [TVMScript] IRBuilder methods for `Stmt` (#12830)
     add 052e702827 [TVMScript] IRBuilder methods for `Stmt` (#12831)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/ir_builder/tir/frame.h          | 307 +++++++++++++++++++++
 include/tvm/script/ir_builder/tir/ir.h             |  97 +++++++
 python/tvm/script/ir_builder/tir/frame.py          |  48 +++-
 python/tvm/script/ir_builder/tir/ir.py             | 271 ++++++++++++++++++
 src/script/ir_builder/tir/frame.cc                 |  78 ++++++
 src/script/ir_builder/tir/ir.cc                    |  86 ++++++
 src/script/ir_builder/tir/utils.h                  |  15 +
 .../unittest/test_tvmscript_ir_builder_tir.py      | 173 +++++++++++-
 8 files changed, 1061 insertions(+), 14 deletions(-)