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 2022/09/19 17:14:11 UTC

[GitHub] [tvm] tkonolige commented on pull request #12834: Improved recompilation times by utilizing CCache.

tkonolige commented on PR #12834:
URL: https://github.com/apache/tvm/pull/12834#issuecomment-1251309907

   Hi @KOLANICH, thanks for submitting a PR!
   
   Historically, we did have ccache enabled by default if it was installed. I think there were some issues with using ccache with hexagon, so it was disabled in #11189. If you want to use cmake with your builds you can run `cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ...` when you configure cmake. If you'd like to try and get it enabled by default for everyone using TVM, you can try adding these lines https://github.com/apache/tvm/pull/11189/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aL769-L796 back in and seeing if hexagon will still build.


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