-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi all,
I spent some time planning and thinking what is the best route to implement this in FINUFFT. The fastest route I could come up with is:
- Implement polynomial fitting using polyfit: get rid of precomputed coefficients tables but no tweaks to kernel and kernel parameters. Polyfit and & runtime coefficients fitting #748
- change scalar horner eval to use the runtime fitted coeffs, and purge the precomputed. Use the scalar horner for the deconvolve step (onedim_*fseries) .. This is in branch
corehornerbut I'm stuck making it a PR! - (optional) use DUCC kernel and parameters as a baseline? @mreineck do you think we can just copy your tables directly?
- use a different cost model and density to optimize performance
- Improve upon kernel and kernel parameter selection using a different approach.
Feel free to edit/comment!
Metadata
Metadata
Assignees
Labels
No labels