failed to open dynamic library nvcuda.dll
Moderators: Site Moderators, FAHC Science Team
failed to open dynamic library nvcuda.dll
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.
: https://ibb.co/dgNwVz
Re: failed to open dynamic library nvcuda.dll
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
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
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.
-
- Site Admin
- Posts: 8103
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4 - Location: W. MA
Re: failed to open dynamic library nvcuda.dll
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.