cconvey commented on code in PR #11189: URL: https://github.com/apache/tvm/pull/11189#discussion_r864018605
########## 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: For non-CI environments I think either choice is reasonable. "auto" was supposed to be the default all along, but AFAICT a bug meant it was basically acting like "OFF". Thoughts? For CI environments, I'm happy to make whatever changes you / @mehrdadh would like. Just let me know. -- 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]
