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.
Thanks for reporting the issue!
Samuel
From: galaxy001 [email protected]
To: clang-omp/clang [email protected]
Date: 07/24/2015 04:56 AM
Subject: [clang] Cannot pass CUDA clang version check (#76)
/usr/local/cuda/bin/nvcc -ccbin /usr/local/bin/clang-omp test.cu
nvcc fatal : The version ('30500') of the host compiler ('clang') is not
supported
The text was updated successfully, but these errors were encountered: