Skip to content

Multiple FFT backends? #32

Open
Open
@Keno

Description

@Keno

I'd like to revisit @stevengj's pure Julia FFT code (@YingboMa has an updated copy at https://github.com/YingboMa/DFT.jl) - primarily because I'd like to extend it for ffts over finite fields. However, it's a bit awkward at the moment to have multiple FFT packages that all extend the AbstractFFT APIs, since there's only one entry point for a given array type. How do we want to handle this situation? Does it make sense to pass some sort of backend token to all the APIs that the implementation can then dispatch on? Any other suggestions?

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