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
When using the newest cuda toolkit (version 10.2.89) together with the ddi_method fft the code crashes while calling functions from Vectormath.cu (e.g. Vectormath::fill).
The error message is: Vectormath.cu:234 in function `fill`: too many resources requested for launch
The text was updated successfully, but these errors were encountered:
MSallermann
changed the title
Core Cuda: Crash when cuda-toolkit 10.2 and FFT DDI
Core Cuda: Crash when using cuda-toolkit 10.2 and FFT DDI
Feb 3, 2020
When using the newest cuda toolkit (version 10.2.89) together with the
ddi_method fft
the code crashes while calling functions fromVectormath.cu
(e.g.Vectormath::fill
).The error message is:
Vectormath.cu:234 in function `fill`: too many resources requested for launch
On cuda 10.1.243 the code is working ...
System:
Ubuntu 16.04 LTS
gcc 8.3.0
Nvidia GeForce 1060
The text was updated successfully, but these errors were encountered: