<?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 the issue has been fixed in in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088298#M23068</link>
    <description>&lt;P&gt;the issue has been fixed in MKL 11.3.4. please check how it works on your side.&lt;/P&gt;</description>
    <pubDate>Sat, 15 Oct 2016 15:16:53 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-10-15T15:16:53Z</dc:date>
    <item>
      <title>Error occured when calling mkl_sparse_z_add(...). Please help.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088295#M23065</link>
      <description>&lt;P&gt;Dear Intel MKL experts,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I add two sparse matrices that are COO format via mkl_sparse_z_add(...) of the Inspector-executor Sparse BLAS Routines.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I got the following error information. I don't understand why? Based on my limited experience, it is caused by accessing array out of index range. But&amp;nbsp; the Inspector-executor sparse BLAS routines handles inside itself. I created matrix &lt;A&gt; ,mat_a, by calling&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ierr = mkl_sparse_z_create_coo (mat_a, 1, n_c, n_c, nnz_a, rowind, colind, coo)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ierr ==0, which says creating mat_a correct. I did same thing to create matrix &lt;B&gt;, which is also correct.&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ierr = mkl_sparse_z_create_coo (mat_b, 1, n_c, n_c, nnz_b, rowind, colind, coo)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But when I call subroutine to add them together, I got the error and code crashed.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ierr = mkl_sparse_z_add (SPARSE_OPERATION_NON_TRANSPOSE, mat_a, beta, mat_b, mat_c)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; forrtl: severe (157): Program Exception - access violation&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Routine&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mkl_intel_thread.&amp;nbsp; 00007FFD8C5A8B41&amp;nbsp; Unknown&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unknown&amp;nbsp; Unknown&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; test_spmat_add.ex&amp;nbsp; 00007FF7650E2093&amp;nbsp; Unknown&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unknown&amp;nbsp; Unknown&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please help me to find what reason causes the code crashed. Please show me an example, if it is possible.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dan&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:33:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088295#M23065</guid>
      <dc:creator>Dan_Ghiocel</dc:creator>
      <dc:date>2016-02-25T19:33:50Z</dc:date>
    </item>
    <item>
      <title>Dan, I see the problem on my</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088296#M23066</link>
      <description>&lt;P&gt;Dan, I see the problem on my side too. The problem affects COO format only.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;As a temporarily workaround the problem is to make the addition by himself.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 05:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088296#M23066</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-26T05:14:25Z</dc:date>
    </item>
    <item>
      <title>The issue is escalated. We</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088297#M23067</link>
      <description>&lt;P&gt;The issue is escalated. We will keep you informed when the fix the problem will be available.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 05:21:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088297#M23067</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-26T05:21:30Z</dc:date>
    </item>
    <item>
      <title>the issue has been fixed in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088298#M23068</link>
      <description>&lt;P&gt;the issue has been fixed in MKL 11.3.4. please check how it works on your side.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 15:16:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-occured-when-calling-mkl-sparse-z-add-Please-help/m-p/1088298#M23068</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-10-15T15:16:53Z</dc:date>
    </item>
  </channel>
</rss>

