-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clang 11.0.0 CUDA compiler bug: tuple conversion constructor (fixed in 11.0.1) #1615
Labels
Comments
This particular test is disabled in #1613 for Clang 11.0.0. |
havogt
added a commit
that referenced
this issue
Mar 23, 2021
havogt
added a commit
to havogt/gridtools
that referenced
this issue
Mar 23, 2021
2 tests disabled: - boundary_conditions_gpu because of GridTools#1522 - test_tuple.cu conversion constructor for Clang 11.0.0 because of GridTools#1615
Let's keep this issue open until daint has a newer version with a fix. |
Closing as the CUDA version is probably not in use anymore. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The following program crashes Clang 11.0.0 (in the Cray provided version, however
-fno-cray
,-fno-cray-gpu
doesn't fix it):Seems to be fixed in Clang 11.0.1 (tested on my notebook), but could also be related to the Cray wrapper or daint specific setup.
Error
The text was updated successfully, but these errors were encountered: