You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/09/26 16:38:51 UTC

[tvm] branch main updated (4ef1465d40 -> b6a660be58)

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

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

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 ++
 src/support/libinfo.cc       |  1 +
 7 files changed, 74 insertions(+)
 create mode 100644 cmake/utils/CCache.cmake