junrushao1994 commented on pull request #8373:
URL: https://github.com/apache/tvm/pull/8373#issuecomment-871078545


   Thanks Lily for the great work! Yeah I am using ccache a lot as well when 
working on the TVM project, but with a more global flag, like
   
   ```cmake
   set(CMAKE_C_COMPILER_LAUNCHER /path/to/ccache)
   set(CMAKE_CXX_COMPILER_LAUNCHER /path/to/ccache)
   set(CMAKE_CUDA_COMPILER_LAUNCHER /path/to/ccache)
   ```
   
   What's the difference between your approach (`set_property(GLOBAL PROPERTY 
RULE_LAUNCH_COMPILE `) and the one above?


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