Problem with 3D CUFFT

I am using cuda 2.3 version and not able to compile cuda programs involving 3 D cufft…

Do cuda 2.3 dont support 3 D cufft???

Do Cuda 3.0 support 3D cufft???

Eagerly waiting for the reply
Thanks in advance.

3D FFT is supported both in CUDA 2.3 and 3.0, do you link cufft when you compile the program?

As wanderine mentioned, this should work. If you could post the compiler error messages you’re getting and/or the actual code you’re trying to compile, we can try to help you narrow down what’s going on.

–Cliff

Sorry for the late reply.
It worked.I wasn’t linking it with cufft.
Thanks a lot wanderine and clifff.