<?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 VSL_CC_ERROR_ALLOCATION_FAILURE in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764072#M110</link>
    <description>I am trying to convolve a 4094x4096 array with a 39x109 kernel using vslsconv_2d.&lt;BR /&gt;&lt;BR /&gt;Example is based on example vslsconv_2d_auto.&lt;BR /&gt;&lt;BR /&gt;I cannot find an explanation of what this error means and how to avoid/fix it.&lt;BR /&gt;&lt;BR /&gt;Please advise.</description>
    <pubDate>Wed, 15 Dec 2010 20:01:14 GMT</pubDate>
    <dc:creator>Howard_Weiss</dc:creator>
    <dc:date>2010-12-15T20:01:14Z</dc:date>
    <item>
      <title>VSL_CC_ERROR_ALLOCATION_FAILURE</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764072#M110</link>
      <description>I am trying to convolve a 4094x4096 array with a 39x109 kernel using vslsconv_2d.&lt;BR /&gt;&lt;BR /&gt;Example is based on example vslsconv_2d_auto.&lt;BR /&gt;&lt;BR /&gt;I cannot find an explanation of what this error means and how to avoid/fix it.&lt;BR /&gt;&lt;BR /&gt;Please advise.</description>
      <pubDate>Wed, 15 Dec 2010 20:01:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764072#M110</guid>
      <dc:creator>Howard_Weiss</dc:creator>
      <dc:date>2010-12-15T20:01:14Z</dc:date>
    </item>
    <item>
      <title>VSL_CC_ERROR_ALLOCATION_FAILURE</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764073#M111</link>
      <description>Howard,&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Do you encounter the similar problem in the case of smaller input arrays?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;say, 1024x1024&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;--Gennady&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Dec 2010 06:23:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764073#M111</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-12-16T06:23:34Z</dc:date>
    </item>
    <item>
      <title>VSL_CC_ERROR_ALLOCATION_FAILURE</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764074#M112</link>
      <description>Gennady -&lt;BR /&gt;&lt;BR /&gt;Reducing the Matrix size resolved the problem</description>
      <pubDate>Sat, 22 Jan 2011 18:20:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764074#M112</guid>
      <dc:creator>Howard_Weiss</dc:creator>
      <dc:date>2011-01-22T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764075#M113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a similar problem. I'm convoluting a 7000x7000 matrix with a 25x25 kernel. I get the -2001 error code at the vsldConvExec step (see below). When I reduce the size of the matrix to 5000x5000 everything works fine.&lt;/P&gt;

&lt;P&gt;I changed the MKL_DISABLE_FAST_MM by typing "setenv MKL_DISABLE_FAST_MM 1" but that didn't help.&lt;/P&gt;

&lt;P&gt;It's hard to believe that it's not possible to use a 7000x7000 matrix; something seems fishy.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Paul&lt;/P&gt;

&lt;P&gt;status = vsldConvExec(task, dA,NULL, dR,NULL, y,NULL);&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; if( status != VSL_STATUS_OK ){&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("ERROR: job status bad, exit with %d\n", status);&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 1;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;gives: ERROR: job status bad, exit with -2001&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 23:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-CC-ERROR-ALLOCATION-FAILURE/m-p/764075#M113</guid>
      <dc:creator>Paul_S_Intel2</dc:creator>
      <dc:date>2016-08-17T23:32:00Z</dc:date>
    </item>
  </channel>
</rss>

