Reputation: 98
I have been trying to get cudafy 1.29 to work. It supports Cuda toolkit 7.0. I accidentally installed 7.5 first, uninstalled it and installed 7.0.
When I run the following line:
km = CudafyTranslator.Cudafy();
I get the error mentioned above and shown below in the image. I have tried adding the following paths to the system environment variables:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64
But sadly enough, this doesn't work either.
CUDAfy.NET giving Win32Exception: The system cannot find the file specified
Upvotes: 1
Views: 205
Reputation: 11
i had exactly the same problem and fix it by going to "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\" and deleting the v7.5 folder
Upvotes: 1