JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

fft commented code #48

Open rveltz opened 1 year ago

rveltz commented 1 year ago

Hi,

Why the code about fft is commented?

https://github.com/JuliaMath/AppleAccelerate.jl/blob/master/src/DSP.jl#L420-L422

I would like to test it against FFTW.fft (with plan)

Thanks for your help,

Bests.

rveltz commented 1 year ago

Is there an issue with the code?

ViralBShah commented 1 year ago

I'm not sure why it is commented, but it would be great for someone to try it out. Perhaps the DSP capabilities should also be a Pkg Extension, which are loaded when the DSP packages / FFTW etc. are loaded.

vpuri3 commented 10 months ago

fft/dct methods can be placed in an AbstractFFTs extension package. The plans can subtype AbstractFFTs.Plan and so they can support the interface.

jagoosw commented 9 months ago

Hi all,

I've attempted to uncomment and use the code and have put it here, but it seg faults when you call newfft.

Does anyone know if there has been any progress here?

Thanks!