You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/03 17:01:05 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11189: fix ccache

areusch commented on code in PR #11189:
URL: https://github.com/apache/tvm/pull/11189#discussion_r863992615


##########
CMakeLists.txt:
##########
@@ -84,6 +84,7 @@ tvm_option(USE_BLAS "The blas library to be linked" none)
 tvm_option(USE_MKL "MKL root path when use MKL blas" OFF)
 tvm_option(USE_MKLDNN "Build with MKLDNN" OFF)
 tvm_option(USE_DNNL_CODEGEN "Enable MKLDNN (DNNL) codegen" OFF)
+tvm_option(USE_CCACHE "Use the 'ccache' compiler wrapper when building TVM" AUTO)

Review Comment:
   maybe we want this off by default since it would take disk? or alternatively, can you change tests/scripts/task_build.py to flip this off in CI build (we have sccache there)?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org