JuliaMath / AbstractFFTs.jl

A Julia framework for implementing FFTs
MIT License
126 stars 32 forks source link

Tracking issue for plan chain rule support #94

Open gaurav-arya opened 1 year ago

gaurav-arya commented 1 year ago

Tracks progress towards supporting plan chain rules. This requires supporting adjoints of plans, and that in turn requires that we create a package for testing FFT plans to give downstream implementations a way of easily testing adjoint functionality.

Additionally, for full support of FFTW's additional transforms

And #112 needs resolution at some point.

vpuri3 commented 1 year ago

Also https://github.com/JuliaMath/FFTW.jl/pull/273