You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have non allocating variants of the FFT functions.
vA =rand(ComplexF64, 1000);
@allocatedfft!(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.
The text was updated successfully, but these errors were encountered:
It would be great to have non allocating variants of the FFT functions.
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.
The text was updated successfully, but these errors were encountered: