Deep-NCL
Deep-NCL copied to clipboard
about make error
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
and cudnn 7.5
I have solve the problem,it should be add cufft to cuda library
Great
I have solve the problem,it should be add cufft to cuda library
How to add cufft to cuda library? Thanks!