by Aenerine | Feb 17, 2015 | Blog Posts
Hi everybody, I was having some problems with my code recently,so I decided to create this short post about using Multidimensional FFTs. My application was using both CuFFT and FFTW 2D and 3D: cufftPlan2d(plan,Nx,Ny,type); cufftPlan3d(plan,Nx,Ny,Nz,type);...