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

Add support for importing and exporting wisdom files #128

Open
SallySoul opened this issue Sep 24, 2024 · 1 comment
Open

Add support for importing and exporting wisdom files #128

SallySoul opened this issue Sep 24, 2024 · 1 comment

Comments

@SallySoul
Copy link

SallySoul commented Sep 24, 2024

First, I would be interested in submitting a PR for this, but I wanted to get feedback first.

For reference, FFTW3 can save and later load accumulated wisdom about optimal plans it has found.

The symbols I'd want to add are a subset of import and export. In particular importing and exporting to a filename.

The fftw-sys crate already exports these symbols, so it would be a matter of adding them to the fftw crate proper. Perhaps to a util or wisdom module?

@SallySoul
Copy link
Author

I'll add this change to my fork, but if you would like I can open a PR here as well.
SallySoul#1

Also open to feedback if you get the chance.

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