Replies: 2 comments 1 reply
-
hi @arunkv7, can you put a link or some more details about "out-of-core FFTs"? :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
@arunkv7 I don't think the out of core FFTs will provide speed up. Instead, they will allow you to compute the FFT when the array doesn't fit in memory. But for a 1D FFT this would have to be a very long vector indeed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to see how to make the one dimensional FFTs faster. I use single CPU or GPU to calculate 1D FFT. It does not make any sense to parallelise a 1D FFT. But I came recently across the concept of out-of-core FFTs (seemingly parallel). I would like to know what everyone thinks about. Is it good idea to take a look at this? Let me know about your thoughts.
Thanks,
Arun
Beta Was this translation helpful? Give feedback.
All reactions