Page 1 of 1

failed to open dynamic library nvcuda.dll

Posted: Thu Aug 23, 2018 2:46 pm
by Demose
folding at home is only using 2% of my GPU and when I go to the system info tab the error :Not detected: Failed to open dynamic library 'nvcuda.dll' : The specified module could not be found.
Image: https://ibb.co/dgNwVz

Re: failed to open dynamic library nvcuda.dll

Posted: Thu Aug 23, 2018 3:01 pm
by bollix47
You don't need any nvidia .dll files since you're using an AMD GPU. Where are you seeing the 2% usage? If it's in windows task manager that's more than likely the amount of CPU being used by folding to feed your GPU. Use GPU-z to see the actual GPU usage.

Re: failed to open dynamic library nvcuda.dll

Posted: Thu Aug 23, 2018 3:53 pm
by Demose
OK according to GPU-z it is using 100%, so what is up with that error message?

Re: failed to open dynamic library nvcuda.dll

Posted: Thu Aug 23, 2018 4:07 pm
by bollix47
It's not an error message ... it's an information message telling you that your GPU does not support CUDA which is quite correct since CUDA is an nvidia language, not AMD. We don't use it at this point on either since we're using opencl but we did in the past and may in the future, just not on AMD GPUs. They will either continue to use opencl or maybe something else.

Re: failed to open dynamic library nvcuda.dll

Posted: Thu Aug 23, 2018 6:29 pm
by Joe_H
In addition, for nVidia setups that message is an important one for debugging purposes. The driver installers from nVidia install OpenCL support as part of the same bit that installs CUDA support. So if CUDA is missing, and it is a nVidia GPU, OpenCL is also probably not properly installed.