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
We've gotten a bug report today indicating that the new clang version throws warning about unsupported CUDA versions unconditionally (even when not using CUDA). This means that if the user happens to have newer CUDA installed, a lot of CMake checks fail wrongly, and it can't even compile LLVM correctly.
I realize that it's really late for fixes but I think this is a serious blocker. I'm attaching a rebased version of the following commit:
[CUDA] Warn about unsupported CUDA SDK version only if it's used.
This fixes an issue with clang issuing a warning about unknown CUDA SDK if it's
detected during non-CUDA compilation.
Differential Revision: https://reviews.llvm.org/D76030
The text was updated successfully, but these errors were encountered:
Extended Description
We've gotten a bug report today indicating that the new clang version throws warning about unsupported CUDA versions unconditionally (even when not using CUDA). This means that if the user happens to have newer CUDA installed, a lot of CMake checks fail wrongly, and it can't even compile LLVM correctly.
I realize that it's really late for fixes but I think this is a serious blocker. I'm attaching a rebased version of the following commit:
commit eb2ba2e
Author: Artem Belevich tra@google.com
Date: 2020-03-11 22:53:03 +0100
The text was updated successfully, but these errors were encountered: