hello guys, I am using the cuda 5.0. I need the “GPU AI”, but it is supporting the cuda 4.0. when I tried to run the vgai.exe, I got “lost the cudart32_40_17.dll”. What should I do?
Re-compile and link your project with CUDA 5.0 binaries/libraries.
I was able to install the CUDA version 4.0 toolkit alongside version 5.0
Basically what’s missing is a version 4.0 folder inside C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA which contains the cudart32_40_17.dll in the bin directory.
Just install the version 4 toolkit from https://developer.nvidia.com/cuda-toolkit-40
This will create a version 4.0 directory, alongside your existing 5.0 libraries.