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 planning stage in mkl_fft #86

Open
sanjiyan3 opened this issue Jul 27, 2023 · 1 comment
Open

Add planning stage in mkl_fft #86

sanjiyan3 opened this issue Jul 27, 2023 · 1 comment

Comments

@sanjiyan3
Copy link

Any plan to add a planning stage ? That is very useful when mkl_fft is used inside a loop to reduce runtime.

@oleksandr-pavlyk
Copy link
Collaborator

Yes, actually. In MKL's DFTI interface such plans are called descriptors. mkl_fft already caches descriptors for 1D transforms, but it is a good change to expose the committed descriptor as a Python object and allow to pass it to respective Python functions.

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

No branches or pull requests

2 participants