You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/09/12 08:00:36 UTC

[tvm] branch main updated (286fadecb8 -> 4c863fc115)

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

junrushao pushed a change to branch main
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)

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/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 +++++++++
 8 files changed, 180 insertions(+)