<?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: MKL bug mailing list in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853571#M6706</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&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;Gennady,&lt;BR /&gt;&lt;BR /&gt;I think this is a threading bug. In case I missed something, please let me know. Thanks.&lt;BR /&gt;&lt;BR /&gt;When performing dense sparse level 3 operation (mkl_dcsrmm), I got inconsistent result depending on the number of cores used. Please see the attached c file (dcsrmm.c).&lt;BR /&gt;&lt;BR /&gt;B (1001-by-1001) dense matrix with only 1 nonzero, B(0,0) = 1.0.&lt;BR /&gt;A (1001-by-1001) CSR sparse matrix also with only 1 nz, A(0,0) = 1.0&lt;BR /&gt;&lt;BR /&gt;For C = B * A, I should get C(0,0) = 1.0 and this happens when I use 1 core or more than 2 cores. However, if I set OMP_NUM_THREADS=2, I get C(0,0) = 0.0 which is incorrect.&lt;BR /&gt;&lt;BR /&gt;It seems this can be reproducible on all platforms with more than 2 cores.&lt;BR /&gt;&lt;BR /&gt;I'm using MKL 10.2.2.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;EM&gt;Jaewon, &lt;BR /&gt;Thanks for the test.&lt;BR /&gt;It's easy to check the is it threading bug or not to link the test with&lt;/EM&gt; &lt;EM&gt;&lt;SPAN style="font-size: 11pt; font-family: " calibri=""&gt;sequential &lt;/SPAN&gt;&lt;/EM&gt;&lt;EM&gt;libraries.&lt;BR /&gt;Can you check it on your side?&lt;BR /&gt;--Gennady &lt;BR /&gt;&lt;/EM&gt;</description>
    <pubDate>Fri, 09 Oct 2009 16:54:59 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-10-09T16:54:59Z</dc:date>
    <item>
      <title>MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853569#M6704</link>
      <description>Is there any mailing list where I can send a bug report?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2009 18:03:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853569#M6704</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-06T18:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853570#M6705</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/431061"&gt;jaewonj&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;Is there any mailing list where I can send a bug report?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
If you haven't created a support account on &lt;A href="https://premier.intel.com" target="_blank"&gt;https://premier.intel.com&lt;/A&gt;, you can do so by registering your serial number at &lt;A href="https://registrationcenter.intel.com" target="_blank"&gt;https://registrationcenter.intel.com&lt;/A&gt;. Then you can submit the bug report on premier. &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2009 18:09:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853570#M6705</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-06T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853571#M6706</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&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;Gennady,&lt;BR /&gt;&lt;BR /&gt;I think this is a threading bug. In case I missed something, please let me know. Thanks.&lt;BR /&gt;&lt;BR /&gt;When performing dense sparse level 3 operation (mkl_dcsrmm), I got inconsistent result depending on the number of cores used. Please see the attached c file (dcsrmm.c).&lt;BR /&gt;&lt;BR /&gt;B (1001-by-1001) dense matrix with only 1 nonzero, B(0,0) = 1.0.&lt;BR /&gt;A (1001-by-1001) CSR sparse matrix also with only 1 nz, A(0,0) = 1.0&lt;BR /&gt;&lt;BR /&gt;For C = B * A, I should get C(0,0) = 1.0 and this happens when I use 1 core or more than 2 cores. However, if I set OMP_NUM_THREADS=2, I get C(0,0) = 0.0 which is incorrect.&lt;BR /&gt;&lt;BR /&gt;It seems this can be reproducible on all platforms with more than 2 cores.&lt;BR /&gt;&lt;BR /&gt;I'm using MKL 10.2.2.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;EM&gt;Jaewon, &lt;BR /&gt;Thanks for the test.&lt;BR /&gt;It's easy to check the is it threading bug or not to link the test with&lt;/EM&gt; &lt;EM&gt;&lt;SPAN style="font-size: 11pt; font-family: " calibri=""&gt;sequential &lt;/SPAN&gt;&lt;/EM&gt;&lt;EM&gt;libraries.&lt;BR /&gt;Can you check it on your side?&lt;BR /&gt;--Gennady &lt;BR /&gt;&lt;/EM&gt;</description>
      <pubDate>Fri, 09 Oct 2009 16:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853571#M6706</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-09T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853572#M6707</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/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;EM&gt;Jaewon, &lt;BR /&gt;Thanks for the test.&lt;BR /&gt;It's easy to check the is it threading bug or not to link the test with &lt;/EM&gt; &lt;EM&gt;&lt;SPAN style="font-size: 11pt; font-family: " calibri=""&gt;sequential &lt;/SPAN&gt;&lt;/EM&gt;&lt;EM&gt;libraries.&lt;BR /&gt;Can you check it on your side?&lt;BR /&gt;--Gennady &lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Gennady,&lt;BR /&gt;&lt;BR /&gt;Unable to reproduce with sequential libraries.&lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2009 18:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853572#M6707</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-09T18:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853573#M6708</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/431061"&gt;jaewonj&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Gennady,&lt;BR /&gt;&lt;BR /&gt;Unable to reproduce with sequential libraries.&lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Jaewon, &lt;BR /&gt;yes i've got the same result. We will investigate the problem and will back if any news asap.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Oct 2009 16:36:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853573#M6708</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-10T16:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: MKL bug mailing list</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853574#M6709</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/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Jaewon, &lt;BR /&gt;yes i've got the same result. We will investigate the problem and will back if any news asap.&lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Gennady, &lt;BR /&gt;&lt;BR /&gt;Any update on this issue?&lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2009 17:33:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853574#M6709</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-13T17:33:08Z</dc:date>
    </item>
    <item>
      <title>I have tried the following</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853575#M6710</link>
      <description>&lt;P&gt;I have tried the following simple program to generate random numbers for parallel threads using Cilk.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;#include "mkl.h"&lt;BR /&gt;
	#include &amp;lt;cilk/cilk.h&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;#define NUM_THREADS 2&lt;BR /&gt;
	VSLStreamStatePtr stream[NUM_THREADS];&lt;/P&gt;

&lt;P&gt;void cal(int sid) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; double buff[1024];&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; vdRngUniform(VSL_METHOD_DUNIFORM_STD, stream[sid], 1024, buff, -1.0, 1.0);&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;int main() {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vslNewStream(&amp;amp;stream&lt;I&gt;, VSL_BRNG_WH, 1);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; }&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cilk_spawn cal(i);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; cilk_sync;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vslDeleteStream(&amp;amp;stream&lt;I&gt;);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; return 0;&lt;BR /&gt;
	}&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;The I compile it with icpc compiler icpc (ICC) 14.0.1 20131008.&lt;/P&gt;

&lt;P&gt;icpc -std=c++11 -fopenmp -mkl -I/opt/intel/include/ -g -o pi_mont pi_mont.cpp&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;If I run it inside cilkscreen, it shows the race condition error.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;$ cilkscreen ./pi_mont&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Cilkscreen Race Detector V2.0.0, Build 4225&lt;/P&gt;

&lt;P&gt;Race condition on location 0x7fc000ee8d00&lt;BR /&gt;
	&amp;nbsp; write access at 0x7fc000b877e3: (vdRngUniform+0xf3)&lt;BR /&gt;
	&amp;nbsp; read access at 0x7fc000b87761: (vdRngUniform+0x71)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; called by 0x40172c: (/localstore/theorie/amirsol/paralleluct/pi_mont.cpp:10, cal+0x60)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; called by 0x401a3a: (/localstore/theorie/amirsol/paralleluct/pi_mont.cpp:20, main+0x2fc)&lt;BR /&gt;
	1 error found by Cilkscreen&lt;BR /&gt;
	Cilkscreen suppressed 1 duplicate error messages&lt;/P&gt;

&lt;P&gt;Ali&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 16:45:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853575#M6710</guid>
      <dc:creator>ali_m_2</dc:creator>
      <dc:date>2015-10-29T16:45:26Z</dc:date>
    </item>
    <item>
      <title>I have tried the following</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853576#M6711</link>
      <description>&lt;P&gt;I have tried the following simple program to generate random numbers for parallel threads using Cilk.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;#include "mkl.h"&lt;BR /&gt;
	#include &amp;lt;cilk/cilk.h&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;#define NUM_THREADS 2&lt;BR /&gt;
	VSLStreamStatePtr stream[NUM_THREADS];&lt;/P&gt;

&lt;P&gt;void cal(int sid) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; double buff[1024];&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; vdRngUniform(VSL_METHOD_DUNIFORM_STD, stream[sid], 1024, buff, -1.0, 1.0);&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;int main() {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vslNewStream(&amp;amp;stream&lt;I&gt;, VSL_BRNG_WH, 1);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; }&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cilk_spawn cal(i);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; cilk_sync;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; NUM_THREADS; i++)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; vslDeleteStream(&amp;amp;stream&lt;I&gt;);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; return 0;&lt;BR /&gt;
	}&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;The I compile it with icpc compiler icpc (ICC) 14.0.1 20131008.&lt;/P&gt;

&lt;P&gt;icpc -std=c++11 -fopenmp -mkl -I/opt/intel/include/ -g -o pi_mont pi_mont.cpp&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;If I run it inside cilkscreen, it shows the race condition error.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;$ cilkscreen ./pi_mont&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Cilkscreen Race Detector V2.0.0, Build 4225&lt;/P&gt;

&lt;P&gt;Race condition on location 0x7fc000ee8d00&lt;BR /&gt;
	&amp;nbsp; write access at 0x7fc000b877e3: (vdRngUniform+0xf3)&lt;BR /&gt;
	&amp;nbsp; read access at 0x7fc000b87761: (vdRngUniform+0x71)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; called by 0x40172c: (/localstore/theorie/amirsol/paralleluct/pi_mont.cpp:10, cal+0x60)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; called by 0x401a3a: (/localstore/theorie/amirsol/paralleluct/pi_mont.cpp:20, main+0x2fc)&lt;BR /&gt;
	1 error found by Cilkscreen&lt;BR /&gt;
	Cilkscreen suppressed 1 duplicate error messages&lt;/P&gt;

&lt;P&gt;Ali&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 16:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853576#M6711</guid>
      <dc:creator>ali_m_2</dc:creator>
      <dc:date>2015-10-29T16:47:00Z</dc:date>
    </item>
    <item>
      <title>The topic is discussed in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853577#M6712</link>
      <description>&lt;P&gt;The topic is discussed in another thread, &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/283349#comment-1846156"&gt;https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/283349#comment-1846156&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 08:00:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-bug-mailing-list/m-p/853577#M6712</guid>
      <dc:creator>Andrey_N_Intel</dc:creator>
      <dc:date>2015-10-30T08:00:34Z</dc:date>
    </item>
  </channel>
</rss>

