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/12 10:05:54 UTC

[tvm] branch last-successful updated (286fadecb8 -> a63d03a116)

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 286fadecb8 [TF] Add Bincount support (#12751)
     add 4c863fc115 [TVMScript] Base IRBuilder methods for `Block` (#12748)
     add a63d03a116 [MetaSchedule] Fix typo of compare between GlobalVar and str (#12704)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/ir_builder/tir/frame.h          | 70 ++++++++++++++++++++++
 include/tvm/script/ir_builder/tir/ir.h             |  8 +++
 python/tvm/meta_schedule/default_config.py         |  2 +-
 python/tvm/script/ir_builder/tir/frame.py          |  5 ++
 python/tvm/script/ir_builder/tir/ir.py             | 20 +++++++
 src/script/ir_builder/tir/frame.cc                 | 24 ++++++++
 src/script/ir_builder/tir/ir.cc                    | 17 ++++++
 src/script/ir_builder/tir/utils.h                  |  9 +++
 .../unittest/test_tvmscript_ir_builder_tir.py      | 27 +++++++++
 9 files changed, 181 insertions(+), 1 deletion(-)