<?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_dcoomm changed behaviour from 10.1 to 10.2 (Update 2) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906566#M11765</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/371334"&gt;vasci_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;
I am sure Gennady will weigh in on this, but this turned out to be a real bug (that only occurs with larger size problems) and can be repoduced on Linux64/32 as well as Windows. Gennady has provided great support and my understanding is that this will be fixed in an Update 3. I does also affect mkl_dcscmm and friends.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes, this is the bug caused by the internal threading. The bug has been already fixed and, we plan, will be available next update 3. I will announce at the Forum when Update 3 is available.&lt;BR /&gt;</description>
    <pubDate>Sat, 24 Oct 2009 06:46:48 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-10-24T06:46:48Z</dc:date>
    <item>
      <title>mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906563#M11762</link>
      <description>I have been tracking down a change in a regression case when attempting to upgrade from 10.1 to 10.2. &lt;BR /&gt;&lt;BR /&gt;mkl_dcoomm is 'failing' under 10.2, whereas under 10.1 it worked as expected. As far as I can tell under 10.2 the routine is unhappy with the input and returning early. xerbla is not being called. &lt;BR /&gt;The sparse input is a symmetric matrix with fortran indexing i.e. matdescra='SUNF'&lt;BR /&gt;&lt;BR /&gt;One thing that is not clear from the documentation is whether the &lt;B&gt;symmetric&lt;/B&gt; sparse structure input to mkl_dcoomm is required to include the diagonal elements even if they are 0.0. I realize this is required for sparse input to the direct solvers, but there is nothing in the documentation to indicate this is a requirement for matrix/matrix or matrix/vector multiplcation routines.&lt;BR /&gt;&lt;BR /&gt;I have submitted a premier support issue....</description>
      <pubDate>Wed, 21 Oct 2009 15:50:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906563#M11762</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2009-10-21T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906564#M11763</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/371334"&gt;vasci_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;I have been tracking down a change in a regression case when attempting to upgrade from 10.1 to 10.2. &lt;BR /&gt;&lt;BR /&gt;mkl_dcoomm is 'failing' under 10.2, whereas under 10.1 it worked as expected. As far as I can tell under 10.2 the routine is unhappy with the input and returning early. xerbla is not being called. &lt;BR /&gt;The sparse input is a symmetric matrix with fortran indexing i.e. matdescra='SUNF'&lt;BR /&gt;&lt;BR /&gt;One thing that is not clear from the documentation is whether the &lt;STRONG&gt;symmetric&lt;/STRONG&gt; sparse structure input to mkl_dcoomm is required to include the diagonal elements even if they are 0.0. I realize this is required for sparse input to the direct solvers, but there is nothing in the documentation to indicate this is a requirement for matrix/matrix or matrix/vector multiplcation routines.&lt;BR /&gt;&lt;BR /&gt;I have submitted a premier support issue....&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;at least on win32 the output results are the same for MKL 10.2 update 2 (Package ID: w_mkl_p_10.2.2.025) &lt;BR /&gt;and MKL 10.1 (Package ID: w_mkl_p_10.1.2.026). &lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 10:32:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906564#M11763</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-22T10:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906565#M11764</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;BR /&gt;at least on win32 the output results are the same for MKL 10.2 update 2 (Package ID: w_mkl_p_10.2.2.025) &lt;BR /&gt;and MKL 10.1 (Package ID: w_mkl_p_10.1.2.026). &lt;BR /&gt;--Gennady&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I am sure Gennady will weigh in on this, but this turned out to be a real bug (that only occurs with larger size problems) and can be repoduced on Linux64/32 as well as Windows. Gennady has provided great support and my understanding is that this will be fixed in an Update 3. I does also affect mkl_dcscmm and friends.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 15:58:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906565#M11764</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2009-10-23T15:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906566#M11765</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/371334"&gt;vasci_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;
I am sure Gennady will weigh in on this, but this turned out to be a real bug (that only occurs with larger size problems) and can be repoduced on Linux64/32 as well as Windows. Gennady has provided great support and my understanding is that this will be fixed in an Update 3. I does also affect mkl_dcscmm and friends.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Yes, this is the bug caused by the internal threading. The bug has been already fixed and, we plan, will be available next update 3. I will announce at the Forum when Update 3 is available.&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Oct 2009 06:46:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906566#M11765</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-10-24T06:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906567#M11766</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;Yes, this is the bug caused by the internal threading. The bug has been already fixed and, we plan, will be available next update 3. I will announce at the Forum when Update 3 is available.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The 11.1 Professional Compiler Update 3 has been released. Is the fix included?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 17:30:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906567#M11766</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2009-11-04T17:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906568#M11767</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Gennady likely meant MKL 10.2 Update 3 whichis planned toship with the "next" Compiler Pro update, 11.1 Update 4.</description>
      <pubDate>Wed, 04 Nov 2009 20:33:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906568#M11767</guid>
      <dc:creator>Shane_S_Intel</dc:creator>
      <dc:date>2009-11-04T20:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_dcoomm changed behaviour from 10.1 to 10.2 (Update 2)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906569#M11768</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/336401"&gt;Shane Story (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;BR /&gt;Gennady likely meant MKL 10.2 Update 3 whichis planned toship with the "next" Compiler Pro update, 11.1 Update 4.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Ok, but this has been a painful bug for us - for the third time, I have had to revert back to 10.1 from 10.2. We were very lucky our QA regression procedures caught this bug - unlike MKL regression testing which obviously needs better coverage! &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 21:04:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-dcoomm-changed-behaviour-from-10-1-to-10-2-Update-2/m-p/906569#M11768</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2009-11-04T21:04:36Z</dc:date>
    </item>
  </channel>
</rss>

