<?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 gives different results on the same machine in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1420464#M33753</link>
    <description>&lt;P&gt;Hi Sercan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;this issue is caused by a very minor difference in the input matrix we provide to dpotrf on different runs&lt;/EM&gt;...&lt;EM&gt;We have identified a solution on our end.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved and thanks for letting us know.&lt;/P&gt;&lt;P&gt;Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 08 Oct 2022 04:05:14 GMT</pubDate>
    <dc:creator>VidyalathaB_Intel</dc:creator>
    <dc:date>2022-10-08T04:05:14Z</dc:date>
    <item>
      <title>MKL gives different results on the same machine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1418920#M33726</link>
      <description>&lt;P&gt;I am using Intel MKL 2022's dpotrf for Cholesky factorization. I get different results when I run the same program multiple times on the same machine. Is this expected? My program uses a single thread. Dynamic adjustment of the number of threads is disabled. CNR branch is set to AUTO. The log is as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MKL_VERBOSE oneMKL 2022.0 Update 1 Product build 20220311 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) enabled processors, Lnx 2.10GHz lp64 intel_thread&lt;/P&gt;
&lt;P&gt;MKL_VERBOSE DPOTRF(U,3,0x197fa10,3,0) 2.06us CNR:AUTO Dyn:0 FastMM:1 TID:0 NThr:1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't observe this reproducibility issue if I set the CNR branch to AVX2 or COMPATIBLE in the code. I also don't observe the issue with MKL 11.3. The log with MKL 11.3 on the same machine is below:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;MKL_VERBOSE Intel(R) MKL 11.3 Update 3 Product build 20160413 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors, Lnx 2.10GHz lp64 intel_thread NMICDev:0&lt;BR /&gt;MKL_VERBOSE DPOTRF(U,3,0x1f1a640,3,0) 8.64us CNR:AUTO Dyn:0 FastMM:1 TID:0 NThr:1 WDiv:HOST:+0.000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could be causing the lack of reproducibility?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2022 21:45:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1418920#M33726</guid>
      <dc:creator>sercan</dc:creator>
      <dc:date>2022-10-02T21:45:39Z</dc:date>
    </item>
    <item>
      <title>Re:MKL gives different results on the same machine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1419066#M33731</link>
      <description>&lt;P&gt;Hi Sercan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the sample reproducer code and steps to reproduce the issue (commands to compile &amp;amp; run) so that we can do a quick check from our end as well?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let us know your OS environment details and the results that you are getting along with the correct results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, you can give it a try with examples that comes with MKL installation and see if you observed the same issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2022 14:31:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1419066#M33731</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-03T14:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: MKL gives different results on the same machine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1420420#M33752</link>
      <description>&lt;P&gt;Apologies, we have discovered that this issue is caused by a very minor difference in the input matrix we provide to dpotrf on different runs. Surprisingly, the input difference arises only when using the AVX-512 code branch. We have identified a solution on our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 21:30:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1420420#M33752</guid>
      <dc:creator>sercan</dc:creator>
      <dc:date>2022-10-07T21:30:58Z</dc:date>
    </item>
    <item>
      <title>Re:MKL gives different results on the same machine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1420464#M33753</link>
      <description>&lt;P&gt;Hi Sercan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;this issue is caused by a very minor difference in the input matrix we provide to dpotrf on different runs&lt;/EM&gt;...&lt;EM&gt;We have identified a solution on our end.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved and thanks for letting us know.&lt;/P&gt;&lt;P&gt;Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Oct 2022 04:05:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-gives-different-results-on-the-same-machine/m-p/1420464#M33753</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-08T04:05:14Z</dc:date>
    </item>
  </channel>
</rss>

