You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][libdevice] Add check that ccache is not being used (#7761)
If ccache was being used, this cmake check would set `gcc_bin_dir` to
`/usr/lib/ccache` and `gcc_install_dir` to `/usr/lib`.
This would cause build failures due to missing headers. See PR
#7628 and comment
#7628 (comment)
0 commit comments