Deep-NCL icon indicating copy to clipboard operation
Deep-NCL copied to clipboard

about make error

Open leizhu1989 opened this issue 5 years ago • 4 comments

hello! I make this code have a problem. when make tools/ of every cpp has a same error: .build_release/lib/libcaffe.so: undefined reference to cufftPlanMany' .build_release/lib/libcaffe.so: undefined reference to cufftExecD2Z' .build_release/lib/libcaffe.so: undefined reference to cufftExecC2R' .build_release/lib/libcaffe.so: undefined reference to cufftExecR2C' .build_release/lib/libcaffe.so: undefined reference to `cufftExecZ2D' I am in ubuntu 16.04 cuda 10,could you give me some ideas? thank you

leizhu1989 avatar May 07 '19 01:05 leizhu1989

and cudnn 7.5

leizhu1989 avatar May 07 '19 01:05 leizhu1989

I have solve the problem,it should be add cufft to cuda library

leizhu1989 avatar May 07 '19 10:05 leizhu1989

Great

shizenglin avatar May 08 '19 12:05 shizenglin

I have solve the problem,it should be add cufft to cuda library

How to add cufft to cuda library? Thanks!

872520333 avatar Oct 29 '19 04:10 872520333