<?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: Is MKL 1D FFT multi-threading? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865034#M7816</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442185"&gt;Filippo Spiga&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;Interesting. Can you give me some details? &lt;BR /&gt;&lt;BR /&gt;I have the possibility to use two different version of MKL&lt;BR /&gt;- Intel MKL 10.0&lt;BR /&gt;- Intel MKL 10.0 Update 2&lt;BR /&gt;and my problem size varies between 256 to 8388608 (2^23).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Filippo,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;just as an additional info: add the link to the where you can find the document describes the cases for which the Intel MKL 10.2 and later 1D complex-to-complex FFTs are threaded.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"&lt;A href="http://software.intel.com/en-us/articles/mkl-threaded-1d-ffts/"&gt;Intel MKL Threaded 1D FFTs&lt;/A&gt;"&lt;BR /&gt;--Gennady&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2009 04:55:38 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-09-28T04:55:38Z</dc:date>
    <item>
      <title>Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865028#M7810</link>
      <description>Dear all,&lt;BR /&gt; I have tried to check my problem settinb OMP_NUM_THREAD and after MKL_NUM_THREAD more than 1 but nothing seems to be happen. In my program I create a descriptor for 1D FFT &lt;BR /&gt;&lt;BR /&gt;status = DftiCreateDescriptor( &amp;amp;Desc_Handle, DFTI_DOUBLE, DFTI_COMPLEX, 1, n );&lt;BR /&gt;&lt;BR /&gt;and after I call &lt;BR /&gt;&lt;BR /&gt;status = DftiComputeForward( Desc_Handle, y );&lt;BR /&gt;&lt;BR /&gt;Computation is correct, I check the results at the end. but is 1D FFT inside MKL library multi-thread?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 23 Sep 2009 08:27:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865028#M7810</guid>
      <dc:creator>Filippo_Spiga</dc:creator>
      <dc:date>2009-09-23T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865029#M7811</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442185"&gt;Filippo Spiga&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Dear all,&lt;BR /&gt; I have tried to check my problem settinb OMP_NUM_THREAD and after MKL_NUM_THREAD more than 1 but nothing seems to be happen. In my program I create a descriptor for 1D FFT &lt;BR /&gt;&lt;BR /&gt;status = DftiCreateDescriptor( &amp;amp;Desc_Handle, DFTI_DOUBLE, DFTI_COMPLEX, 1, n );&lt;BR /&gt;&lt;BR /&gt;and after I call &lt;BR /&gt;&lt;BR /&gt;status = DftiComputeForward( Desc_Handle, y );&lt;BR /&gt;&lt;BR /&gt;Computation is correct, I check the results at the end. but is 1D FFT inside MKL library multi-thread?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;it depends on the verision of MKL you are using and the size of the problem you are running on&lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 14:13:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865029#M7811</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-09-23T14:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865030#M7812</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;it depends on the verision of MKL you are using and the size of the problem you are running on&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Interesting. Can you give me some details? &lt;BR /&gt;&lt;BR /&gt;I have the possibility to use two different version of MKL&lt;BR /&gt;- Intel MKL 10.0&lt;BR /&gt;- Intel MKL 10.0 Update 2&lt;BR /&gt;and my problem size varies between 256 to 8388608 (2^23).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 07:37:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865030#M7812</guid>
      <dc:creator>Filippo_Spiga</dc:creator>
      <dc:date>2009-09-24T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865031#M7813</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi Filippo,&lt;BR /&gt;&lt;BR /&gt;It is in-place transform (the default) that is not threaded in this version.&lt;BR /&gt;Will out-of-place transform go for your needs?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Thu, 24 Sep 2009 08:56:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865031#M7813</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-09-24T08:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865032#M7814</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93647"&gt;Dmitry Baksheev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hi Filippo,&lt;BR /&gt;&lt;BR /&gt;It is in-place transform (the default) that is not threaded in this version.&lt;BR /&gt;Will out-of-place transform go for your needs?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;I will try setting the placement ad OUT-OF-PLACE. But, there is a way to check that the computation is really made in a multi-threaded way?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:42:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865032#M7814</guid>
      <dc:creator>Filippo_Spiga</dc:creator>
      <dc:date>2009-09-24T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865033#M7815</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Environment variable &lt;A href="http://www.intel.com/software/products/compilers/docs/fmac/doc_files/source/extfile/optaps_for/common/optaps_openmp_thread_affinity.htm#KMP_AFFINITY_Environment_Variable"&gt;KMP_AFFINITY &lt;/A&gt;containing option 'verbose' will report to you about threading. Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Dima</description>
      <pubDate>Thu, 24 Sep 2009 09:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865033#M7815</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-09-24T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is MKL 1D FFT multi-threading?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865034#M7816</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/442185"&gt;Filippo Spiga&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;Interesting. Can you give me some details? &lt;BR /&gt;&lt;BR /&gt;I have the possibility to use two different version of MKL&lt;BR /&gt;- Intel MKL 10.0&lt;BR /&gt;- Intel MKL 10.0 Update 2&lt;BR /&gt;and my problem size varies between 256 to 8388608 (2^23).&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Filippo,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;just as an additional info: add the link to the where you can find the document describes the cases for which the Intel MKL 10.2 and later 1D complex-to-complex FFTs are threaded.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"&lt;A href="http://software.intel.com/en-us/articles/mkl-threaded-1d-ffts/"&gt;Intel MKL Threaded 1D FFTs&lt;/A&gt;"&lt;BR /&gt;--Gennady&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2009 04:55:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-MKL-1D-FFT-multi-threading/m-p/865034#M7816</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-09-28T04:55:38Z</dc:date>
    </item>
  </channel>
</rss>

