<?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: Internal error in DftiCommitDescriptor in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873750#M8726</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/433225"&gt;espetrov&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;P&gt;Hello barry0727,&lt;BR /&gt;&lt;BR /&gt;Currently, MKL can't do real-to-complex single-precision transforms of lengths &amp;gt;= 256Mbecause of an internal limitation.&lt;BR /&gt;In MKL 10.2 Update 1 and earlier versions, DftiCommitDescriptorsignals this fact by an incorrecterror code.&lt;BR /&gt;Error handling in DftiCommitDescriptorwill be fixed in the future MKL release.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Can MKL handle larger complex to complex DFTs?&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Jun 2009 12:29:43 GMT</pubDate>
    <dc:creator>barry0727</dc:creator>
    <dc:date>2009-06-24T12:29:43Z</dc:date>
    <item>
      <title>Internal error in DftiCommitDescriptor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873748#M8724</link>
      <description>I have been trying to use MKL to perform fast, large FFTs on a 64 bit Windows system, but I seem to have run into an upper limit on array size. I have been able to perform 128 Msample FFTs with no problem, but 512 Msample give me an error code 7 during the DftiCommitDesciptor call. I am compiling under VC++ 2008, with MKL_ILP64 defined in my stdafx.h header. The specific sequence of steps I am using is:&lt;BR /&gt;&lt;BR /&gt; DftiCreateDescriptor(&amp;amp;h, DFTI_SINGLE, DFTI_REAL, 1, N); // N = 512*1024L*1024L&lt;BR /&gt; DftiSetValue(h, DFTI_PACKED_FORMAT, DFTI_PERM_FORMAT);&lt;BR /&gt; DftiCommitDescriptor(h);&lt;BR /&gt;&lt;BR /&gt;The create and set value calls return OK.&lt;BR /&gt;&lt;BR /&gt;The test machine has 12G or RAM. As a test, I tried allocating very large byte arrays, and I was able to allocate 16G of contiguous memory with no problems.&lt;BR /&gt;&lt;BR /&gt;Am I running into a limit of MKL/DFTI? Or is there a work-around?</description>
      <pubDate>Tue, 23 Jun 2009 17:24:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873748#M8724</guid>
      <dc:creator>barry0727</dc:creator>
      <dc:date>2009-06-23T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error in DftiCommitDescriptor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873749#M8725</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hello barry0727,&lt;BR /&gt;&lt;BR /&gt;Currently, MKL can't do real-to-complex single-precision transforms of lengths &amp;gt;= 256Mbecause of an internal limitation.&lt;BR /&gt;In MKL 10.2 Update 1 and earlier versions, DftiCommitDescriptorsignals this fact by an incorrecterror code.&lt;BR /&gt;Error handling in DftiCommitDescriptorwill be fixed in the future MKL release.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2009 09:12:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873749#M8725</guid>
      <dc:creator>Evgueni_P_Intel</dc:creator>
      <dc:date>2009-06-24T09:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error in DftiCommitDescriptor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873750#M8726</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/433225"&gt;espetrov&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;P&gt;Hello barry0727,&lt;BR /&gt;&lt;BR /&gt;Currently, MKL can't do real-to-complex single-precision transforms of lengths &amp;gt;= 256Mbecause of an internal limitation.&lt;BR /&gt;In MKL 10.2 Update 1 and earlier versions, DftiCommitDescriptorsignals this fact by an incorrecterror code.&lt;BR /&gt;Error handling in DftiCommitDescriptorwill be fixed in the future MKL release.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Can MKL handle larger complex to complex DFTs?&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 12:29:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873750#M8726</guid>
      <dc:creator>barry0727</dc:creator>
      <dc:date>2009-06-24T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error in DftiCommitDescriptor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873751#M8727</link>
      <description>&lt;BR /&gt;Transforms ofsizes &amp;gt;= 2G are a known limitationin MKL 10.2 &lt;A href="http://software.intel.com/en-us/articles/known-limitations-in-intel-mkl-10-2/"&gt;http://software.intel.com/en-us/articles/known-limitations-in-intel-mkl-10-2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;De facto MKL 10.2 handles 1D complex-to-complex transforms if their length is a product of factors &amp;lt; 64M butisn'ta power of 2 (single precision) or is a product of factors &amp;lt; 32M (double precision.)&lt;BR /&gt;Other transforms of sizes &amp;gt;= 2G are not supported currently.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 05:20:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Internal-error-in-DftiCommitDescriptor/m-p/873751#M8727</guid>
      <dc:creator>Evgueni_P_Intel</dc:creator>
      <dc:date>2009-06-25T05:20:38Z</dc:date>
    </item>
  </channel>
</rss>

