- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to port the function mkl_zfft2dc from MKL library 9.0, there is no reference found in Latest MKL Library, please suggest where to find the above function.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
The APIs for FFT have been changed since quite some time ago. In the latest MKL (2024.1 release), the user would need to create a descriptor and optionally to make some subsequent changes to the descriptor to define the FFT to be computed. Then commit the descriptor, do the computation and finally free the descriptor.
For details, please refer to the developer reference. Also, it is recommended to check the examples in the package, $MKLROOT/share/doc/mkl/examples/examples_core_c.tgz. There is an example for 2D double complex FFT.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page