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

REF/ENH potentially make nn the more underlying set of objects or figure out a canonical way of storing plans in pytorch functions #56

Open
eickenberg opened this issue Oct 2, 2023 · 0 comments

Comments

@eickenberg
Copy link
Collaborator

finufft is based on fftw, which computes ffts in two steps. First it makes a plan, then it executes the plan. When running many ffts it is important not to recompute the same plan for every FFT, since this will cause a significant slowdown.

This is more of a next-generation stretch goal at baseline, but if we discover that computing plans takes significant time in high dimensions, we should consider exposing objects that allow caching them.

@eickenberg eickenberg changed the title REF potentially make nn the more underlying set of objects or figure out a canonical way of storing plans in pytorch functions REF/ENH potentially make nn the more underlying set of objects or figure out a canonical way of storing plans in pytorch functions Oct 2, 2023
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