<?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 Enable MKL parallelism for FFT/iFFT in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Enable-MKL-parallelism-for-FFT-iFFT/m-p/880823#M9558</link>
    <description>Hi,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm tryingusing MKL 10.1 to perforf FFT / iFFT transform. But, so far, according to process explorer and timing, only one processor core is used. SettingMKL_DYNAMIC=false, MKL_NUM_THREADS=4 has no effect.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Intel Core i7 920 @ 2.67 Ghz, Memory (RAM): 6 Gb&lt;/DIV&gt;
&lt;DIV&gt;Windows Vista 64-but Enterprise&lt;/DIV&gt;
&lt;DIV&gt;Intel MKL 10.1, mkl_java_stubs compiled by MS Visual Studio 2008 (with /openmp, using em64t libraries and internal compiler)&lt;/DIV&gt;
&lt;DIV&gt;Initialization of DFTI descriptor is:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;		desc_handle = DFTI.CreateDescriptor(DFTI.DOUBLE, DFTI.REAL,
				1, length);
		DFTI.SetValue(desc_handle, DFTI.PLACEMENT, DFTI.INPLACE);
		DFTI.CommitDescriptor(desc_handle);
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;Tried both in-place and out-place transformations. Data length are always power of two.&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for any ideas, how to enable internal MKL parallelism.&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 Mar 2009 23:19:58 GMT</pubDate>
    <dc:creator>vlsergey</dc:creator>
    <dc:date>2009-03-13T23:19:58Z</dc:date>
    <item>
      <title>Enable MKL parallelism for FFT/iFFT</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Enable-MKL-parallelism-for-FFT-iFFT/m-p/880823#M9558</link>
      <description>Hi,
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;I'm tryingusing MKL 10.1 to perforf FFT / iFFT transform. But, so far, according to process explorer and timing, only one processor core is used. SettingMKL_DYNAMIC=false, MKL_NUM_THREADS=4 has no effect.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Intel Core i7 920 @ 2.67 Ghz, Memory (RAM): 6 Gb&lt;/DIV&gt;
&lt;DIV&gt;Windows Vista 64-but Enterprise&lt;/DIV&gt;
&lt;DIV&gt;Intel MKL 10.1, mkl_java_stubs compiled by MS Visual Studio 2008 (with /openmp, using em64t libraries and internal compiler)&lt;/DIV&gt;
&lt;DIV&gt;Initialization of DFTI descriptor is:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;PRE&gt;		desc_handle = DFTI.CreateDescriptor(DFTI.DOUBLE, DFTI.REAL,
				1, length);
		DFTI.SetValue(desc_handle, DFTI.PLACEMENT, DFTI.INPLACE);
		DFTI.CommitDescriptor(desc_handle);
&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;Tried both in-place and out-place transformations. Data length are always power of two.&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for any ideas, how to enable internal MKL parallelism.&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Mar 2009 23:19:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Enable-MKL-parallelism-for-FFT-iFFT/m-p/880823#M9558</guid>
      <dc:creator>vlsergey</dc:creator>
      <dc:date>2009-03-13T23:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enable MKL parallelism for FFT/iFFT</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Enable-MKL-parallelism-for-FFT-iFFT/m-p/880824#M9559</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello, vlsergey&lt;BR /&gt;&lt;BR /&gt;One-dimensional real-to-complex FFTs are not threaded currently. However, should you compute several transforms in a row, MKL will do it in parallel if you set DFTI_NUMBER_OF_TRANSFORMS &amp;gt; 1.&lt;BR /&gt;&lt;BR /&gt;Dima&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 12:36:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Enable-MKL-parallelism-for-FFT-iFFT/m-p/880824#M9559</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-03-17T12:36:53Z</dc:date>
    </item>
  </channel>
</rss>

