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
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.
The text was updated successfully, but these errors were encountered:
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 aWARNING
, if the version is greater than 10.The text was updated successfully, but these errors were encountered: