Skip to content

Plan for runtime kernel fitting #747

@DiamonDinoia

Description

@DiamonDinoia

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 corehorner but 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions