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/07 22:24:40 UTC

[tvm] branch last-successful updated (2622ac9e63 -> 010c662938)

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 2622ac9e63 [Build] Update C++ standard to C++17 for AOT, iOS, VTA (#12712)
     add 010c662938 [TVMScript] IRBuilder methods for `IRModule` (#12694)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/ir_builder/ir/frame.h           | 71 ++++++++++++++++++++++
 .../tvm/script/ir_builder/ir/ir.h                  | 31 ++++++----
 .../_ctypes => script/ir_builder/ir}/__init__.py   |  4 +-
 .../{arith => script/ir_builder/ir}/_ffi_api.py    |  5 +-
 .../__init__.py => script/ir_builder/ir/frame.py}  | 11 ++--
 .../tvm/script/ir_builder/ir/ir.py                 | 11 ++--
 .../utils.cc => script/ir_builder/ir/frame.cc}     | 31 ++++++----
 src/{topi/vision.cc => script/ir_builder/ir/ir.cc} | 27 ++++----
 ...se.py => test_tvmscript_ir_builder_irmodule.py} | 29 +++++----
 9 files changed, 152 insertions(+), 68 deletions(-)
 create mode 100644 include/tvm/script/ir_builder/ir/frame.h
 copy src/relay/backend/param_dict.h => include/tvm/script/ir_builder/ir/ir.h (66%)
 copy python/tvm/{_ffi/_ctypes => script/ir_builder/ir}/__init__.py (88%)
 copy python/tvm/{arith => script/ir_builder/ir}/_ffi_api.py (88%)
 copy python/tvm/{relay/backend/contrib/uma/api/__init__.py => script/ir_builder/ir/frame.py} (77%)
 copy docker/install/ubuntu_install_dgl.sh => python/tvm/script/ir_builder/ir/ir.py (79%)
 mode change 100755 => 100644
 copy src/{auto_scheduler/utils.cc => script/ir_builder/ir/frame.cc} (58%)
 mode change 100755 => 100644
 copy src/{topi/vision.cc => script/ir_builder/ir/ir.cc} (68%)
 copy tests/python/unittest/{test_tvmscript_ir_builder_base.py => test_tvmscript_ir_builder_irmodule.py} (62%)