I found the cufftSetStream function appears in CUDA 3.0, but I can’t find the same function in CUDA 2.3 documentation, does it mean I can’t utilize this functionality in my application which is compiled in 2.3?
I found the undocumented ‘cufftSetStream’ in cufft.h which is not described in CUFFT_Library_2.3.pdf, and it works on my device, thanks again for your help~~~