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

Implement distributed Fast Fourier Transform of 1-D DNDarray #1263

Open
ClaudiaComito opened this issue Nov 17, 2023 · 1 comment
Open

Implement distributed Fast Fourier Transform of 1-D DNDarray #1263

ClaudiaComito opened this issue Nov 17, 2023 · 1 comment
Labels

Comments

@ClaudiaComito
Copy link
Contributor

ClaudiaComito commented Nov 17, 2023

Related
#1097 #1218

Feature functionality
The current (#1218) implementation of ht.fft.fft() is only distributed if the input DNDarray is n-dimensional (n>1).

Research suitable algorithm and implement distributed 1-D FFT of 1-dimensional signal. (This will also allow to cover the case of a n-dim signal which has to be transformed along its split axis without the possibility to resplit, e.g., because the remaining non-split dimensions are too small to be split)

Copy link
Contributor

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stale label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant