Skip to content
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

Add Clang 12 as CUDA compiler to the CI #1304

Closed
SimeonEhrig opened this issue Apr 22, 2021 · 4 comments
Closed

Add Clang 12 as CUDA compiler to the CI #1304

SimeonEhrig opened this issue Apr 22, 2021 · 4 comments

Comments

@SimeonEhrig
Copy link
Member

After removing old Clang from the CI in the PR #1300 , we should also add the latest versions of Clang/LLVM.

Since Clang/LLVM 11, Clang is forward compatible to new CUDA versions: llvm/llvm-project@12fefee
So we should change this line in the CMake from a FATAL_ERROR to a WARNING, if the version is greater than 10.

@BenjaminW3
Copy link
Member

I will give it a try (also as non-cuda compilers)

@BenjaminW3 BenjaminW3 changed the title Add Clang 11 and 12 as CUDA compiler to the CI Add Clang 12 as CUDA compiler to the CI Jul 17, 2021
@j-stephan
Copy link
Member

#1766 adds clang-14 as CUDA compiler to the CI. Once that is merged this should be next.

@bernhardmgruber
Copy link
Member

@SimeonEhrig can you please provide a PR for that change? Thx!

@SimeonEhrig
Copy link
Member Author

Clang 13 and older are disabled in this issue #1857 because they are not fully supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants