문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top