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/14 19:36:20 UTC

[tvm] branch main updated (a0cbefbe95 -> 3d7439eb0b)

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 a0cbefbe95 [CI] Set USE_CMSISNN and USE_ETHOSU off in task_config_build_cpu.sh (#12456)
     add 3d7439eb0b [TVMScript] IRBuilder methods for `PrimFunc` (#12755)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/ir_builder/tir/ir.h             | 126 +++++
 python/tvm/script/ir_builder/tir/ir.py             | 629 ++++++++++++++++++++-
 src/script/ir_builder/tir/ir.cc                    | 194 +++++++
 src/script/ir_builder/tir/utils.h                  |  32 ++
 .../unittest/test_tvmscript_ir_builder_tir.py      |  44 +-
 5 files changed, 1022 insertions(+), 3 deletions(-)