JuliaMath / JuliaMath/AbstractFFTs.jl

Multiple FFT backends?

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
134
Forks
40
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.