Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 790
Ono Avatar asked Mar 13 '14 20:03

Ono


People also ask

Is CuBLAS installed with Cuda?

The cuBLAS library is included in both the NVIDIA HPC SDK and the CUDA Toolkit.

What is CuBLAS?

CuBLAS is a library for basic matrix computations. But these computations, in general, can also be written in normal Cuda code easily, without using CuBLAS.


1 Answers

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

like image 92
Ono Avatar answered Oct 03 '22 07:10

Ono