Hello,
I’ve tried to use cuda fft function in C++ file with Visual Studio 2010/2012.
I set include directory for cufft.h and library directory/files for cudart.lib, cuda.lib, cufft.lib.
In building the project, the following errors occurred.
’error C3861: ‘cudaMalloc’: identifier not found ’
’error C3861: ‘cudaFree’: identifier not found ’
I’ve already checked CUDA in C++ .cpp files - CUDA Programming and Performance - NVIDIA Developer Forums
I would really appreciate any help or advice you can give me.