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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Older versions of ccache, distributed by many operating systems, may not
have a link for nvcc. The build script only checks for ccache presence,
and not for the nvcc alias before overwriting CUDA_NVCC_EXECUTABLE cmake
variable, which leads to nvcc not being found. Check if nvcc ccache
alias is indeed present instead.
0 commit comments