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


##########
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:
   I think by default should be OFF since we want to build from scratch in CI. 
Actually it may doesn't matter since it's in docker.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to