<?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 @Gennady Thanks, for the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172792#M28695</link>
    <description>&lt;P&gt;@Gennady Thanks, for the reply!&amp;nbsp; I think I wasn't clear that&amp;nbsp;I am reporting a problem that appears to be&amp;nbsp;&lt;STRONG&gt;hardware&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;specific&lt;/STRONG&gt;.&amp;nbsp; I have only gotten this behavior on the Intel i9 9900K.&amp;nbsp;&amp;nbsp;&amp;nbsp;I have run the identical code on a fair number of other Intel CPUs (a variety of Intel Xeons, some older i7s) and they do not reproduce this issue. Techs at the manufacturer,&amp;nbsp;https://system76.com, have observed the same behavior on another i9 9900K.&amp;nbsp;&amp;nbsp; So I'm hoping someone with the identical i9 processor or at least something very similar can test this.&amp;nbsp; Given that the error also occurs when using parallel openblas, perhaps MKL is not the ideal forum to report, but I could not find a developer forum for reporting issues with specific intel processors so this seemed like a good place to start.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some minimal python code (based on the link provided above) which I believe will replicate the crash/reboot behavior I observe on an i9 9900K processor that has MKL libraries installed (but does not cause any problems when run on default, non-parallel blas libraries in Ubuntu 18.04):&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;import numpy as np
np.random.seed(1)
n = 30000
x = np.array(np.random.randn(n,n), dtype = np.float32)
x.dot(x)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2019 04:45:55 GMT</pubDate>
    <dc:creator>Boettiger__Carl</dc:creator>
    <dc:date>2019-06-27T04:45:55Z</dc:date>
    <item>
      <title>MKL BLAS causes Intel i9 9900K to crash/reboot(?)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172790#M28693</link>
      <description>&lt;P&gt;Running under Linux Ubuntu 18.04 with standard/default BLAS library I observe normal behavior.&amp;nbsp; If I install a parallelized BLAS library such as MKL or openblas, any simple matrix operation causes the machine to shut down and reboot immediately.&amp;nbsp; Behavior occurs on a System76 Thelio desktop with Intel i9 9900K processor, and confirmed observed by System76's own technicians.&amp;nbsp; Behavior does not occur on comparable AMD processor in the same machine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reproduce from a fresh ubuntu 18.04 install: If I install python3, numpy, and MKL&amp;nbsp;(e.g. following &lt;A href="http://dirk.eddelbuettel.com/blog/2018/04/15/)" target="_blank"&gt;http://dirk.eddelbuettel.com/blog/2018/04/15/)&lt;/A&gt; and try some parallel matrix algebra, e.g. on Python following&amp;nbsp;http://hduongtrong.github.io/2016/03/07/Matrix-Multiplication-Benchmark/,&amp;nbsp;the machine crashes/reboots. Identical behavior occurs doing the an parallel&amp;nbsp;matrix algebra in R, so is not software-specific.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As best as I can tell, this seems to be due to the Intel i9 9900K itself when running parallelized BLAS (including but not limited to MKL), but I am unsure how to properly document and report this issue.&amp;nbsp; Any suggestions would be appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2019 21:05:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172790#M28693</guid>
      <dc:creator>Boettiger__Carl</dc:creator>
      <dc:date>2019-06-26T21:05:47Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;"...how to properly</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172791#M28694</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;"...how to properly document and report this issue...."&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Could you prepare the standalone case which everyone may compile and check the problem on his side? This is the easiest way to check and then escalate the problem against performance libraries.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 03:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172791#M28694</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-06-27T03:23:06Z</dc:date>
    </item>
    <item>
      <title>@Gennady Thanks, for the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172792#M28695</link>
      <description>&lt;P&gt;@Gennady Thanks, for the reply!&amp;nbsp; I think I wasn't clear that&amp;nbsp;I am reporting a problem that appears to be&amp;nbsp;&lt;STRONG&gt;hardware&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;specific&lt;/STRONG&gt;.&amp;nbsp; I have only gotten this behavior on the Intel i9 9900K.&amp;nbsp;&amp;nbsp;&amp;nbsp;I have run the identical code on a fair number of other Intel CPUs (a variety of Intel Xeons, some older i7s) and they do not reproduce this issue. Techs at the manufacturer,&amp;nbsp;https://system76.com, have observed the same behavior on another i9 9900K.&amp;nbsp;&amp;nbsp; So I'm hoping someone with the identical i9 processor or at least something very similar can test this.&amp;nbsp; Given that the error also occurs when using parallel openblas, perhaps MKL is not the ideal forum to report, but I could not find a developer forum for reporting issues with specific intel processors so this seemed like a good place to start.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some minimal python code (based on the link provided above) which I believe will replicate the crash/reboot behavior I observe on an i9 9900K processor that has MKL libraries installed (but does not cause any problems when run on default, non-parallel blas libraries in Ubuntu 18.04):&lt;/P&gt;
&lt;PRE class="brush:python; class-name:dark;"&gt;import numpy as np
np.random.seed(1)
n = 30000
x = np.array(np.random.randn(n,n), dtype = np.float32)
x.dot(x)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 04:45:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172792#M28695</guid>
      <dc:creator>Boettiger__Carl</dc:creator>
      <dc:date>2019-06-27T04:45:55Z</dc:date>
    </item>
    <item>
      <title>Could you check the version</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172793#M28696</link>
      <description>&lt;P&gt;Could you check the version of mkl do you into this package?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 06:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172793#M28696</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-06-27T06:00:31Z</dc:date>
    </item>
    <item>
      <title>Thanks, I tested with the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172794#M28697</link>
      <description>&lt;P&gt;Thanks, I tested with the latest version, intel-mkl-64bit-2019.4-070&amp;nbsp;and also confirmed by installing&amp;nbsp;intel-mkl-64bit-2018.2-046 (installed from apt-get), this behavior occurs in both cases.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2019 14:57:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-BLAS-causes-Intel-i9-9900K-to-crash-reboot/m-p/1172794#M28697</guid>
      <dc:creator>Boettiger__Carl</dc:creator>
      <dc:date>2019-06-27T14:57:33Z</dc:date>
    </item>
  </channel>
</rss>

