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
CUDA is being used to write the GPU runtime library, and it is known that
the CUDA libraries are not prepared to have clang as the host compiler.
There is a pull request by hanjo being reviewed to avoid that, and just
fail producing that library. We are just evaluating the impact of that
change in some other platforms. In the meantime you can try nvcc to use gcc
(if you have it) for the host compiler.
The text was updated successfully, but these errors were encountered: