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/26 19:24:39 UTC

[tvm] branch last-successful updated (4ef1465d40 -> 8711ba44b9)

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 4ef1465d40 [skip ci] Temporarily disable comments bot (#12903)
     add b6a660be58 [BUILD] Re-enable ccache by default (#12839)
     add 8711ba44b9 [TVMScript] Import TIR methods into the IRBuilder (#12900)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   6 +
 cmake/config.cmake                                 |  11 +
 cmake/modules/LibInfo.cmake                        |   1 +
 cmake/utils/CCache.cmake                           |  52 +++
 cmake/utils/Summary.cmake                          |   1 +
 docs/install/from_source.rst                       |   2 +
 include/tvm/script/ir_builder/tir/ir.h             |   8 +
 python/tvm/script/ir_builder/tir/ir.py             | 396 ++++++++++++++++++++-
 src/script/ir_builder/tir/ir.cc                    |  11 +
 src/support/libinfo.cc                             |   1 +
 .../unittest/test_tvmscript_ir_builder_tir.py      |  15 +
 11 files changed, 502 insertions(+), 2 deletions(-)
 create mode 100644 cmake/utils/CCache.cmake