-
Notifications
You must be signed in to change notification settings - Fork 18
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
cupla does not build with GCC 10 and CUDA 11 n C++17 mode #190
Comments
I could reproduce this issue exactly. Googling points you to exactly one result, which leads here: A later comment mentions a bug report to the compiler team has been filed. So I guess we have to wait for NVIDIA to fix this :S |
@fwyzard sry for the late response Could you try if this error still exists in the current dev branch.
|
hi @psychocoderHPC , Do I just pick the HEAD of the |
hi @psychocoderHPC ,
the problem is solved. |
Thanks for testing, I will close this issue. |
For example, the
matrixMul
example builds find with GCC 9, CUDA 11, in C++17 mode:The same command using
g++-10
instead ofg++-9
failes withSome more tests:
g++-9
with-std=c++14
--> okg++-9
with-std=c++17
--> okg++-10
with-std=c++14
--> okg++-10
with-std=c++17
--> error (see above)The text was updated successfully, but these errors were encountered: