Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: GPU implementation option. #77

Open
k-a-mendoza opened this issue Jul 14, 2019 · 0 comments
Open

Feature Request: GPU implementation option. #77

k-a-mendoza opened this issue Jul 14, 2019 · 0 comments

Comments

@k-a-mendoza
Copy link

k-a-mendoza commented Jul 14, 2019

The FFT implemented by numpy is pretty fast, but for some applications it is not preferable to use a CPU (even vectorized and parallel) implementation. Ex: when most GPU cores are taken up with other concurrent dask processes.

There exist a set of GPU python-CUDA bindings provided by several packages out there, so adding the option to do rfft, irfft, fft, and ifft operations may be standardized already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant