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


##########
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:
   Thanks.  Sounds like the best plan is:
   - Let `USE_CCACHE` continue to default to `AUTO`.
   - I'll modify `tests/scripts/task_build.py` to set `USE_CCACHE=OFF`, so that 
CI doesn't pointlessly waste storage space.
   
   If/when we want to enable `ccache` or` sccache` in CI, we can just do 
another PR.



-- 
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