Skip to content

Any plans to support FFT? #8446

Answered by bobcao3
wuzhongjie1997 asked this question in Q&A
Discussion options

You must be logged in to vote

FFT is a fundamental algorithm in digital signal processing, including image processing and RF/audio/video processing.

As Taichi already support complex numbers and basic complex arithmetic, is there any plans to add something similar to cupy.fft.fft(a)?

Or, is this type of function completely against Taichi's spirit in some aspect that I neglected, and I should implement my own version?

Any suggestions much appreciated!

This is quite outside of the scope of taichi... We might be able to do some cupy / taichi interop so you can pass around the ndarrays. Supporting this outside of cuda (and cuFFT) is going to be significantly harder, maybe requires a taichi implement

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wuzhongjie1997
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants