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

FFTs #110

Open
mrava87 opened this issue Oct 17, 2024 · 0 comments
Open

FFTs #110

mrava87 opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mrava87
Copy link
Contributor

mrava87 commented Oct 17, 2024

Currently we do not provide any FFT routine, assuming the user can rely on PyLops' ones by simply wrapping them into a pylops_mpi.MPILinearOperator (or pylops_mpi.MPIVStack and similar). This however does not allow to either perform a 1D-FFT to a ND-array distributed over the axis where we want to perform FFT or a ND-FFT over multiple axes, one of which is distributed.

mpi4py-fft provide such functionalities, which we could benefit from. The integration should be rather straighforward apart from the fact that we may need to test how our pylops_mpi.DistributedArray object and their mpi4py_fft.DistArray can talk to each other without incurring in any further data-copy in the process.

@mrava87 mrava87 added the enhancement New feature or request label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant