You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/30 04:03:36 UTC

[GitHub] [tvm] junrushao1994 commented on pull request #8373: Add caching to CMake

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org