-
Notifications
You must be signed in to change notification settings - Fork 12.2k
ci
: use sccache on windows instead of ccache
#11545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
55e0f50
to
6edb2c8
Compare
Please let the second HIP run finish to make sure that it is working. Considering the size of the cache I suspect that sccache may not be compatible with the HIP compiler.
|
@slaren It's finally green!
Urgh good catch, we'll need to play w/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ccache seems to work with HIP (https://github.com/ggerganov/llama.cpp/actions/runs/13012980277/job/36294999875), so if you cannot make sccache work it can always be reverted to ccache.
* Use sccache on ci for windows * Detect sccache in cmake
* Use sccache on ci for windows * Detect sccache in cmake
* Use sccache on ci for windows * Detect sccache in cmake
* Use sccache on ci for windows * Detect sccache in cmake
As advised on https://github.com/hendrikmuhs/ccache-action
Fixes the Windows SYCL build caused by #11516 (example failure)
(Cc/ @ggerganov ref)