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

ENH: consider providing only-interpolate versions #107

Open
fzimmermann89 opened this issue Nov 8, 2024 · 1 comment
Open

ENH: consider providing only-interpolate versions #107

fzimmermann89 opened this issue Nov 8, 2024 · 1 comment

Comments

@fzimmermann89
Copy link

Hi,

I was wondering if it might be feasible to provide functions for cuda and cpu that only do the interpolations for type 1 and type 2 nuffts. This would allow us to combine these with torch fftn calls to obtain a full nufft -- without having to worry about storing plans anywhere and abiding by torch's multiprocessing settings.
Furthermore, having these is also useful for density estimation in MRI.
Currently, if I am not mistaken, this is only implemented for cufinufft.

I am opening this issue here first, as it is somewhat related to #56 -- but maybe it would be better to open it in the main repository?

Cheers
Felix

@WardBrian
Copy link
Collaborator

Currently, if I am not mistaken, this is only implemented for cufinufft.

If so, we would need support in the upstream finufft project before we could really think about implementing this request here

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

2 participants