<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Rakesh,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927044#M13449</link>
    <description>Hi Rakesh, 

There is no  substantial differences when using FFTW wrapper or use FFT directly in MKL. 
FFTW is from &lt;A href="https://community.intel.com/www.fftw.org" target="_blank"&gt;www.fftw.org&lt;/A&gt;, it is third party FFT package, which have itself function name rule and data definition (include source code implementation). for example
**  Create FFTW plan for 1D double/single precision forward transform
    */
    my_plan = fftw_create_plan(n, FFTW_FORWARD, FFTW_ESTIMATE | FFTW_IN_PLACE);

    /*
    **  Compute DFT
    */
    fftw_one(my_plan, x_in, NULL);
 The FFTW  wrapper in MKL is just for the developers who used to use FFTW interface to write FFT code and also can use MKL FFT at the same time.  The wrapper is the bridge of FFTW interface and MKL FFT implementation. 

MKL support FFTW wrapper since 7.0 and these wrappers enable using Intel MKL Fourier transforms to improve the performance of programs that use FFTW without changing the program source code. 

You may see some detials in MKL user guide and Appendix F: Appendix F: FFTW Interface to Intel® Math Kernel Library

Best Regards,
Ying</description>
    <pubDate>Thu, 18 Oct 2012 07:27:58 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2012-10-18T07:27:58Z</dc:date>
    <item>
      <title>difference between fftw wrapper and fft computation via dfticomputeforward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927043#M13448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please tell me , what is the difference between computaion of FFT via Dfticomputeforward and FFT wrapper.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 10:10:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927043#M13448</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-10-17T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Hi Rakesh,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927044#M13449</link>
      <description>Hi Rakesh, 

There is no  substantial differences when using FFTW wrapper or use FFT directly in MKL. 
FFTW is from &lt;A href="https://community.intel.com/www.fftw.org" target="_blank"&gt;www.fftw.org&lt;/A&gt;, it is third party FFT package, which have itself function name rule and data definition (include source code implementation). for example
**  Create FFTW plan for 1D double/single precision forward transform
    */
    my_plan = fftw_create_plan(n, FFTW_FORWARD, FFTW_ESTIMATE | FFTW_IN_PLACE);

    /*
    **  Compute DFT
    */
    fftw_one(my_plan, x_in, NULL);
 The FFTW  wrapper in MKL is just for the developers who used to use FFTW interface to write FFT code and also can use MKL FFT at the same time.  The wrapper is the bridge of FFTW interface and MKL FFT implementation. 

MKL support FFTW wrapper since 7.0 and these wrappers enable using Intel MKL Fourier transforms to improve the performance of programs that use FFTW without changing the program source code. 

You may see some detials in MKL user guide and Appendix F: Appendix F: FFTW Interface to Intel® Math Kernel Library

Best Regards,
Ying</description>
      <pubDate>Thu, 18 Oct 2012 07:27:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927044#M13449</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-10-18T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Thanks Ying</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927045#M13450</link>
      <description>Thanks Ying</description>
      <pubDate>Thu, 18 Oct 2012 08:14:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/difference-between-fftw-wrapper-and-fft-computation-via/m-p/927045#M13450</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-10-18T08:14:53Z</dc:date>
    </item>
  </channel>
</rss>

