caffe-windows icon indicating copy to clipboard operation
caffe-windows copied to clipboard

can not open cufft.lib

Open ghost opened this issue 7 years ago • 5 comments

how can i fix it 无法打开cufft.lib

ghost avatar Aug 06 '17 05:08 ghost

need more details

cufft.lib shoud be in the cuda/(v7.5 or v8.0)/lib/x64 dir notice there is NO cufft.lib in lib/Win32 dir

gehaocool avatar Aug 10 '17 06:08 gehaocool

@gehaocool hello, I use CPU_ONLY and andset cuda to false, but I counter this problem when I compile matcaffe, what should I do please?

Jilliansea avatar Sep 06 '17 03:09 Jilliansea

@jj8401 Have you fixed this problem?

Jilliansea avatar Sep 06 '17 03:09 Jilliansea

@Jilliansea I never tried without cuda. Maybe you could try to edit the "CommonSettings.props", find

<CudaDependencies>cufft.lib</CudaDependencies>

replace "cufft.lib" with blank, or just remove the whole line.

gehaocool avatar Sep 06 '17 03:09 gehaocool

@gehaocool Thank you, I tried it, and the error disappeared.

Jilliansea avatar Sep 06 '17 06:09 Jilliansea