Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low Level Non Allocating API #125

Open
RoyiAvital opened this issue Nov 25, 2023 · 0 comments
Open

Low Level Non Allocating API #125

RoyiAvital opened this issue Nov 25, 2023 · 0 comments

Comments

@RoyiAvital
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant