Search code examples
visual-studiocudaenvironment-variablescublascudafy.net

Cudafy cannot find cublas, cudafft


Thanks for reading my thread.

My Cudafy cannot load the cublas64_55.dll

I am using Windows 7, VS2012, and CUDA5.5. My cublas64_55.dll, cufft64_35.dll and etc are all in

C:\Program Files\NVIDIA GPU ComputingTookit\CUDA\v5.5\bin

And my environment variable of CUDA_PATH and CUDA_PATH_5.5 are both

C:\Program Files\NVIDIA GPU ComputingTookit\CUDA\v5.5

I don't understand why Cudafy cannot find it. Anyone has any idea? Thanks a lot.


Solution

  • simply copied the cublas64_55.dll and cufft64_55.dll to my project's /Debug/.exe folder, and it works.