<?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: Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe): in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1375423#M32987</link>
    <description>&lt;P&gt;Hi Nero,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the confirmation and glad to know that your issue is resolved.&lt;/P&gt;
&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional information from Intel as this thread will no longer be monitored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a Great Day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 04:41:18 GMT</pubDate>
    <dc:creator>VidyalathaB_Intel</dc:creator>
    <dc:date>2022-04-08T04:41:18Z</dc:date>
    <item>
      <title>Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe): 0xC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1372342#M32946</link>
      <description>&lt;P&gt;Most of my functions can be called, but when I use sparse matrix addition, an error occurred.&lt;/P&gt;
&lt;P&gt;I looked up a lot of information and couldn't find a reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here's my code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;assert.h&amp;gt;
#include &amp;lt;math.h&amp;gt;
#include &amp;lt;mkl_spblas.h&amp;gt;
#include &amp;lt;mkl.h&amp;gt;

int main() {
	MKL_INT rowPtr[6] = { 0,3,5,8,11,13 };
	MKL_INT columns[13] = { 0,1,3,0,1,2,3,4,0,2,3,1,4 };
	float values[13] = { 1,-1,-3,-2,5,4,6,4,-4,2,7,8,-5 };
	sparse_matrix_t elementMatrix2; sparse_matrix_t elementMatrix3;
	mkl_sparse_s_create_csr(&amp;amp;elementMatrix2,SPARSE_INDEX_BASE_ZERO,5,5,rowPtr,rowPtr+1,columns,values);
	mkl_sparse_s_create_csr(&amp;amp;elementMatrix3, SPARSE_INDEX_BASE_ZERO, 5, 5, rowPtr, rowPtr + 1, columns, values);
	mkl_sparse_s_add(SPARSE_OPERATION_NON_TRANSPOSE, elementMatrix2, 1, elementMatrix2, &amp;amp;elementMatrix3);
}&lt;/LI-CODE&gt;
&lt;P&gt;The error is reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe): 0xC06D007E: Module not found (argument: 0x0000006A362FF090).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 08:12:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1372342#M32946</guid>
      <dc:creator>NEROKAI</dc:creator>
      <dc:date>2022-03-28T08:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe):</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1372637#M32948</link>
      <description>&lt;P&gt;Hi Nero,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tested your code on windows(VS) as well in the Linux environment with the latest oneMKL 2022 but am unable to see the exception that you are getting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do let me know your environment details, MKL version being used, and what is the command that you have used for compiling. If you are doing it in Visual Studio, feel free to share the project file (zip it before attaching) so that I could check what are the settings that you are following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can take help from the link line advisor which suggests the necessary compiling and linking options.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.vkw3ac" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.vkw3ac&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 07:34:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1372637#M32948</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-03-29T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe):</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1374409#M32967</link>
      <description>&lt;P&gt;Hi Nero,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reminder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us with an update regarding the issue?&lt;/P&gt;
&lt;P&gt;Please see the attached project file we tried it on our end (VS2019 16.9, also we tried it in command prompt but could not reproduce the error) and could see that it is working fine without throwing any such exceptions. Please get back to us if the issue still persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 12:53:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1374409#M32967</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-05T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe):</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1375423#M32987</link>
      <description>&lt;P&gt;Hi Nero,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the confirmation and glad to know that your issue is resolved.&lt;/P&gt;
&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional information from Intel as this thread will no longer be monitored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a Great Day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 04:41:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1375423#M32987</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-08T04:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is this error reported：Exception thrown at 0x00007FF9BFB9478C (KernelBase.dll) (in mkl.exe):</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1375425#M32988</link>
      <description>&lt;P&gt;Thank you, here I re-downloaded MKL and reinstalled MKL, which solved the problem, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 03:47:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Why-is-this-error-reported-Exception-thrown-at/m-p/1375425#M32988</guid>
      <dc:creator>NEROKAI</dc:creator>
      <dc:date>2022-04-08T03:47:15Z</dc:date>
    </item>
  </channel>
</rss>

