-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
It would be great to have non allocating variants of the FFT functions.
vA = rand(ComplexF64, 1000);
@allocated fft!(vA)
I get some allocations (Using FFTW.jl
).
It would be great to have a low level API which has no allocations at all.
It might require an auxiliary function to generate the needed workspace.
It will be appreciated in the context of static binaries generated by Julia.
minecraft2048 and liuyxpp
Metadata
Metadata
Assignees
Labels
No labels