<?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 thanks Gennady in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962900#M15997</link>
    <description>thanks Gennady</description>
    <pubDate>Tue, 04 Dec 2012 04:57:30 GMT</pubDate>
    <dc:creator>rakesh</dc:creator>
    <dc:date>2012-12-04T04:57:30Z</dc:date>
    <item>
      <title>issue with MKL array declaration</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962898#M15995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm able to declare "MKL_Complex8 &amp;nbsp;a[62][1024] " but not able to declare MKL_Complex8 a[63][1024].&lt;/P&gt;
&lt;P&gt;it's gives error like process stopped working.but when i declare float a[63][1024], it doesn't give any error.&lt;/P&gt;
&lt;P&gt;i'm using MKL 11.0 under MS Visual studio 2008.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:38:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962898#M15995</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-12-03T12:38:03Z</dc:date>
    </item>
    <item>
      <title>pls try to dynamically</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962899#M15996</link>
      <description>pls try to dynamically allocates the memory instead of static:
MKL_Complex8   *a     = (MKL_Complex8 *) calloc(  m*n, sizeof( MKL_Complex8 ) );</description>
      <pubDate>Mon, 03 Dec 2012 13:04:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962899#M15996</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-12-03T13:04:36Z</dc:date>
    </item>
    <item>
      <title>thanks Gennady</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962900#M15997</link>
      <description>thanks Gennady</description>
      <pubDate>Tue, 04 Dec 2012 04:57:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962900#M15997</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-12-04T04:57:30Z</dc:date>
    </item>
    <item>
      <title>Can u please tell me what is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962901#M15998</link>
      <description>Can u please tell me what is the reason behind having issue with static allocation?</description>
      <pubDate>Tue, 04 Dec 2012 04:59:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962901#M15998</guid>
      <dc:creator>rakesh</dc:creator>
      <dc:date>2012-12-04T04:59:06Z</dc:date>
    </item>
    <item>
      <title>Can u please tell me what is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962902#M15999</link>
      <description>&lt;I&gt;Can u please tell me what is the reason behind having issue with static allocation?&lt;/I&gt; If the array is an automatic variable and those are being allocated on the stack, a large array may cause the stack to become used up. Your array, for example, would require about 1 megabyte just for itself.</description>
      <pubDate>Tue, 04 Dec 2012 13:58:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/issue-with-MKL-array-declaration/m-p/962902#M15999</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-12-04T13:58:46Z</dc:date>
    </item>
  </channel>
</rss>

