GPU Computing

cancel
Showing results for 
Search instead for 
Did you mean: 

how to do cufft parallel

I need to calculate 1M FFT with the length of 1024, how to make cufft parallel in the LabVIEW? Can anyone helps me?

0 Kudos
Message 1 of 2
(3,900 Views)

If you go to the examples there is one that uses the polymorphic instance of "Initialize library.vi" for 2D "Create 2D FFT Plan.vi" that transforms in both rows and columns of the 2D array as opposed to the other instance "Create 1D FFT Plan.vi" that only does it in rows (if I remember right).  

0 Kudos
Message 2 of 2
(3,868 Views)