<?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 Did you follow suggestions in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997706#M18352</link>
    <description>&lt;P&gt;Did you follow suggestions posted on Intel site? such as&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr" target="_blank"&gt;https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/article/164389/fp-consistency-110212.pdf" target="_blank"&gt;https://software.intel.com/sites/default/files/article/164389/fp-consistency-110212.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you didn't take precautions against varying data alignments, this might easily happen.&lt;/P&gt;

&lt;P&gt;The differences you observe may be well within the uncertainties of your analysis.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2015 16:56:00 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2015-03-27T16:56:00Z</dc:date>
    <item>
      <title>dggev deterministic behaviour</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997705#M18351</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am using dggev (mkl versions 11.2.1 &amp;amp; 11.2.2) and i notice some non deterministic behaviour concerning eigenvalues near zero and infinite eigenvalues and eigenvectors. I use the parallel mkl version with gomp (not intel omp). I compile my code using gcc 4.4.7. It seems that there are (at least) 2 sets of output that differ in the regions mentioned. I also use mkl allocators to ensure my memory is aligned. It is a rare phainomenon, but still, could you have a look?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 16:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997705#M18351</guid>
      <dc:creator>Konstantinos_K_</dc:creator>
      <dc:date>2015-03-27T16:19:29Z</dc:date>
    </item>
    <item>
      <title>Did you follow suggestions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997706#M18352</link>
      <description>&lt;P&gt;Did you follow suggestions posted on Intel site? such as&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr" target="_blank"&gt;https://software.intel.com/en-us/articles/introduction-to-the-conditional-numerical-reproducibility-cnr&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/article/164389/fp-consistency-110212.pdf" target="_blank"&gt;https://software.intel.com/sites/default/files/article/164389/fp-consistency-110212.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you didn't take precautions against varying data alignments, this might easily happen.&lt;/P&gt;

&lt;P&gt;The differences you observe may be well within the uncertainties of your analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 16:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997706#M18352</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-03-27T16:56:00Z</dc:date>
    </item>
    <item>
      <title>I use mkl_malloc mkl_calloc</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997707#M18353</link>
      <description>&lt;P&gt;I use mkl_malloc mkl_calloc and mkl_realloc for alignment&lt;/P&gt;

&lt;P&gt;a call to mkl_cbwr_get(MKL_CBWR_ALL) returns 0&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;a call to mkl_cbwr_get(MKL_CBWR_BRANCH) returns 1 (= MKL_CBWR_BRANCH_OFF)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;should i set it to AUTO?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 17:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997707#M18353</guid>
      <dc:creator>Konstantinos_K_</dc:creator>
      <dc:date>2015-03-27T17:15:09Z</dc:date>
    </item>
    <item>
      <title>I used mkl_cbwr_set(MKL_CBWR</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997708#M18354</link>
      <description>&lt;P&gt;I used mkl_cbwr_set(MKL_CBWR_AUTO) but did not work.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 17:16:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997708#M18354</guid>
      <dc:creator>Konstantinos_K_</dc:creator>
      <dc:date>2015-03-27T17:16:50Z</dc:date>
    </item>
    <item>
      <title>what is the diff into these</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997709#M18355</link>
      <description>&lt;P&gt;what is the diff into these results? can you give us the example to check the problem?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 05:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997709#M18355</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-03-30T05:14:25Z</dc:date>
    </item>
    <item>
      <title>In the attachment you will</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997710#M18356</link>
      <description>&lt;P&gt;In the attachment you will find the matrices in binary format, a description of the problem and 2 output sets that differ.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997710#M18356</guid>
      <dc:creator>Konstantinos_K_</dc:creator>
      <dc:date>2015-03-30T10:15:29Z</dc:date>
    </item>
    <item>
      <title>Konstantinos, we couldn't</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997711#M18357</link>
      <description>&lt;P&gt;Konstantinos, we couldn't reproduce the problem on our side. Would you give the test to where you see the problem on your side?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:12:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/dggev-deterministic-behaviour/m-p/997711#M18357</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-04-23T06:12:42Z</dc:date>
    </item>
  </channel>
</rss>

