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
Following commit ef6dfb9, explicit openacc directive allow the generic fft to run on GPU. Do concurrent should be used instead of explicit openacc directives.
The text was updated successfully, but these errors were encountered:
However, tests performed on the cluster Bede during the last GPU hackathon suggest that the nvidia compiler is not currently able to deal with this kind of do concurrent. Attached is a small example showing the issue. example.tar.gz
The output on Bede is :
Following commit ef6dfb9, explicit openacc directive allow the generic fft to run on GPU. Do concurrent should be used instead of explicit openacc directives.
The text was updated successfully, but these errors were encountered: