cconvey commented on code in PR #11189: URL: https://github.com/apache/tvm/pull/11189#discussion_r873800649
########## 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: This is moot now they the PR removes `USE_CCACHE` entirely. -- 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]
