Hi, I’m trying to use cuFFT library but when I compile my project I have the error:
Undefined symbols for architecture x86_64:
“_cufftDestroy” …
“_cufftExecC2C” …
“_cufftPlan1d” …
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I’m using CUDA 7 and Eclipse Nsight on Mac XOS 10.10.3.
Other examples without cuFFT library correctly work. Are there other settings to do?
It executes, but execution is not deterministic: I don’t know why sometime the result is correct and sometime not.
Sometime I have also a segmentation fault