- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
very concrete question:
Does FFTW3 wrapper library, which is described here:
http://www.intel.com/software/products/mkl/docs/fftw3xmkl_notes.htm ,
support wisdom mechanism? In particular, any of these functions:
int fftw_import_system_wisdom(...)
int fftw_import_wisdom_from_file(...)
int fftw_import_wisdom_from_string(...)
int fftw_import_wisdom(...)
???
In principle, in the documentation in the link I've pasted above it's written that the wrapper library does not support these functions ("All wrappers are empty and do nothing"). However, in my program, I get always 1 as a result of these functions, which should mean that the import of wisdom has succeeded (documentation out of date?). On the other hand, timings of the programs' execution may suggest that the import of wisdom has "failed".
I would be really grateful for a clear explanation of the issue.
--
Kind regards,
Kazik
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kazik,
The fftw import wisdomfunctions are all empty, as you can see in mk/interfaces/fftw3xc. Each of the functionswould always return 0, meaning the import operation was NOT SUCCESSFUL.This interpretation may disagree with expectation of particularapplication, but it should trigger exception processing branch of the user application, whichisarguably preferred interpretation.
Thanks
Dima
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kazik,
The fftw import wisdomfunctions are all empty, as you can see in mk/interfaces/fftw3xc. Each of the functionswould always return 0, meaning the import operation was NOT SUCCESSFUL.This interpretation may disagree with expectation of particularapplication, but it should trigger exception processing branch of the user application, whichisarguably preferred interpretation.
Thanks
Dima
Thank you Dima for your quick reply.
Still, I feel that such "advanced" compilers as these provided by Intel should definitely support wisdom mechanism. It's one of the biggest advantages of FFTW.
--
Kind regards,
Kazik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page