-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implementing 1.25 upsampling factor with precomputed Horner kernel #136
Comments
Hi Aaron, I hope @MelodyShih will also chime in about what would need to be changed. She is finishing PhD so is quite busy. She might remember if there's some reason we didn't do this. (Maybe since the spreading kernels are larger for upsampfac=1.25 it doens't help much on GPU side?) I may be able to help if you get stuck. Best, Alex |
Hi Alex, I have been experimenting a bit with FINUFFT and CUFINUFFT on an MRI reconstruction and changing the upsampling factor to 1.25 leads to faster reconstruction, so I am wondering if it would have the same effects with CUFINUFFT. I am not quite sure to understand how the testing routines work, so I don't know where the flag would be pertinent. |
Hi, |
This was fixed by flatironinstitute/finufft#488. Closing. |
Hi all,
Thank you very much for everyone's work on this library. What would be required to implement the upsampling ratio sigma of 1.25 in a similar way to the cpu finufft version?
From what I understand, in the case of finufft, the values for both 1.25 and 2.0 are precomputed while they are only precomputed for 2.0 with cufinufft.
At first glance there would be src/cuspreadinterp.h to change, but I don't know if any further modifications would be necessary.
The text was updated successfully, but these errors were encountered: