<?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 Re: Performance info for different 2D FFT versions in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858067#M7222</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;On the MKL web page I could only find one single comparison (2D FFT vs FFTW for two platforms). I want to compare different 2D FFTs on the same platform.&lt;/P&gt;
&lt;P&gt;E.g. how much faster is real 2D fft than a complex?&lt;/P&gt;
&lt;P&gt;E..g how much faster/slower is in-place than out of place?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2008 08:44:40 GMT</pubDate>
    <dc:creator>davva</dc:creator>
    <dc:date>2008-10-29T08:44:40Z</dc:date>
    <item>
      <title>Performance info for different 2D FFT versions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858065#M7220</link>
      <description>&lt;P&gt;I am performing 2D FFT on real data with dimensions 512x512. It is however for simplicitly implemented as a 1024x1024 complex FFT.&lt;/P&gt;
&lt;P&gt;I have been searching the Inte pages for info on speed comparing all different 2D FFTs, real, complex, in-place, out of place.&lt;/P&gt;
&lt;P&gt;Where can I find som doc on this? Or maybe someone can tell me this info in this thread?&lt;/P&gt;
&lt;P&gt;Thanx&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2008 21:34:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858065#M7220</guid>
      <dc:creator>davva</dc:creator>
      <dc:date>2008-10-28T21:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance info for different 2D FFT versions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858066#M7221</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi davva&lt;/DIV&gt;
&lt;P&gt;You can find some performance data on &lt;A title="MKL web page" href="http://www3.intel.com/cd/software/products/asmo-na/eng/perflib/307757.htm"&gt;MKL web page&lt;/A&gt;, look into FFT section.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Dima&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2008 06:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858066#M7221</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2008-10-29T06:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance info for different 2D FFT versions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858067#M7222</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;On the MKL web page I could only find one single comparison (2D FFT vs FFTW for two platforms). I want to compare different 2D FFTs on the same platform.&lt;/P&gt;
&lt;P&gt;E.g. how much faster is real 2D fft than a complex?&lt;/P&gt;
&lt;P&gt;E..g how much faster/slower is in-place than out of place?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2008 08:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858067#M7222</guid>
      <dc:creator>davva</dc:creator>
      <dc:date>2008-10-29T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance info for different 2D FFT versions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858068#M7223</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Real to complex transform can be ~2 times faaster than complex-to-complex transform on the same number of elements, 2D or 1D.&lt;/P&gt;
&lt;P&gt;The in-place transform is typically slightly faster than out-of-place transform, for it uses less memory transfers. However, it may also be slower, if in-place requires these transfers for particular settings of the problem. This may happen for example if non-unit strides are used.&lt;/P&gt;
&lt;P&gt;Dima&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2008 10:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Performance-info-for-different-2D-FFT-versions/m-p/858068#M7223</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2008-10-29T10:29:00Z</dc:date>
    </item>
  </channel>
</rss>

