<?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 Thanks for the info. Do you in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105248#M531</link>
    <description>&lt;P&gt;Thanks for the info. Do you have time to try my third bad one, which fails on Anaconda with AVX:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://staff.washington.edu/larsoner/bad_avx.npy" target="_blank"&gt;https://staff.washington.edu/larsoner/bad_avx.npy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'll look into trying the SDE. I'm on a Nahelem CPU, so no need for me to emulate to get the SSE4.2 failures. I'll see if the emulator can allow me to run AVX code, that could indeed be useful.&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2016 14:41:41 GMT</pubDate>
    <dc:creator>Eric_L_2</dc:creator>
    <dc:date>2016-05-09T14:41:41Z</dc:date>
    <item>
      <title>Bug in GESDD (but not GESVD)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105241#M524</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have found a bug on Parallel Studio 16.0.2 where I get an error when computing the SVD with GESDD in the Python package SciPy. It can be reproduced on an MKL-built scipy with &lt;/SPAN&gt;&lt;A href="https://staff.washington.edu/larsoner/fail.npy" style="font-size: 1em; line-height: 1.5;"&gt;this array&lt;/A&gt;, which is finite (contains no NaN or inf) as&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;&amp;gt;&amp;gt;&amp;gt; import numpy as np
&amp;gt;&amp;gt;&amp;gt; from scipy import linalg
&amp;gt;&amp;gt;&amp;gt; linalg.svd(np.load('fail.npy'), full_matrices=False)
Traceback (most recent call last):
  File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "/home/larsoner/.local/lib/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 119, in svd
    raise LinAlgError("SVD did not converge")
numpy.linalg.linalg.LinAlgError: SVD did not converge
&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I am curious if anyone has insight into why this fails, or can reproduce it themselves. I do have access to older MKL routines so if it's helpful I could see if I get the error elsewhere, too.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I have tried this with MKL-enabled Anaconda, and it does not fail, although I do experience &lt;A href="https://github.com/ContinuumIO/anaconda-issues/issues/695"&gt;similar failures with other arrays&lt;/A&gt; with the Anaconda version, which seem to only happen on systems with SSE4.2 but no AVX extensions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;I recently worked on SciPy's SVD routines to add a wrapper for a GESVD backend (to complement the existing GESDD routine) &lt;A href="https://github.com/scipy/scipy/pull/5994"&gt;here&lt;/A&gt;, and this command passes on bleeding-edge SciPy, so it does seem to be a problem with the GESDD implementation specifically:&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;&amp;gt;&amp;gt;&amp;gt; linalg.svd(np.load('fail.npy'), full_matrices=False, lapack_driver='gesvd')&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 17:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105241#M524</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-04-25T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Hi Eric,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105242#M525</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;

&lt;P&gt;I didn't succeed to reproduce your problem, however I was able to see "&lt;A href="https://github.com/ContinuumIO/anaconda-issues/issues/695" rel="nofollow" style="font-size: 12px; line-height: 18px;"&gt;similar failures with other arrays&lt;/A&gt;", namely with bad.npy file.&lt;/P&gt;

&lt;P&gt;Indeed, the problem took place only on non-AVX architectures. I also checked it with pre-release MKL 11.3.3 and the test passed. I hope that this issue will completely go away with this new release.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Konstantin&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105242#M525</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2016-04-26T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Great! I saw something about</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105243#M526</link>
      <description>&lt;P&gt;Great! I saw something about signing up for the MKL beta, I'll look into that to see if it fixes my problem locally.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 12:55:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105243#M526</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-04-26T12:55:15Z</dc:date>
    </item>
    <item>
      <title>After recomiling latest numpy</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105244#M527</link>
      <description>&lt;P&gt;After recomiling latest numpy and scipy and running:&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;&amp;gt;&amp;gt;&amp;gt; import numpy as np
&amp;gt;&amp;gt;&amp;gt; from scipy.linalg import svd
&amp;gt;&amp;gt;&amp;gt; svd(np.load(fname), full_matrices=False)&lt;/PRE&gt;

&lt;P&gt;On 16.0.2 and 16.0.3 (just got an email about it today), "bad.npy" works but still "&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;fail.npy" fails as above.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Konstantin, do you have access to a machine with on AVX but with SSE4.2 to see if you can replicate?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 17:24:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105244#M527</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-03T17:24:36Z</dc:date>
    </item>
    <item>
      <title>I have found another matrix</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105245#M528</link>
      <description>&lt;P&gt;I have found another matrix that fails on current Anaconda with MKL:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://staff.washington.edu/larsoner/bad_avx.npy" target="_blank"&gt;https://staff.washington.edu/larsoner/bad_avx.npy&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This passes on my machine (SSE4.2 support only), but fails on a machine with AVX and up-to-date Anaconda. Unfortunately I can't build scipy on that machine (it's not mine), but in case anyone wants to try another matrix, there it is.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 17:15:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105245#M528</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-06T17:15:06Z</dc:date>
    </item>
    <item>
      <title>FWIW this actually isn't with</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105246#M529</link>
      <description>&lt;P&gt;FWIW this actually isn't with the Intel distribution for Python, but rather with Ubuntu default system Python with custom-built SciPy routines. In theory it shouldn't matter, though, since hopefully the same arrays get passed to the underlying Fortran routines either way.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:28:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105246#M529</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Intel Python Beta has MKL 11</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105247#M530</link>
      <description>&lt;P&gt;Intel Python Beta has MKL 11.3.2. I was not able to reproduce the problem with&amp;nbsp;https://staff.washington.edu/larsoner/fail.npy on SSE4.2 (e.g. Nehalem) or a modern machine with avx&lt;/P&gt;

&lt;P&gt;I was able to reproduce the problem with&amp;nbsp;https://staff.washington.edu/larsoner/bad.npy on NHM, but not AVX. Our next release will have 11.3.3 and should fix the problem.&lt;/P&gt;

&lt;P&gt;You can emulate different machines with SDE:&amp;nbsp;https://software.intel.com/en-us/articles/intel-software-development-emulator.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;sde-external-7.41.0-2016-03-03-win\sde -nhm -- c:\IntelPython35\python fail.py&lt;/P&gt;

&lt;P&gt;The -nhm argument makes it emulate a Nehalem, which has SSE4.2, but not AVX.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:34:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105247#M530</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Thanks for the info. Do you</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105248#M531</link>
      <description>&lt;P&gt;Thanks for the info. Do you have time to try my third bad one, which fails on Anaconda with AVX:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://staff.washington.edu/larsoner/bad_avx.npy" target="_blank"&gt;https://staff.washington.edu/larsoner/bad_avx.npy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'll look into trying the SDE. I'm on a Nahelem CPU, so no need for me to emulate to get the SSE4.2 failures. I'll see if the emulator can allow me to run AVX code, that could indeed be useful.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:41:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105248#M531</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T14:41:41Z</dc:date>
    </item>
    <item>
      <title>I could not get https://staff</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105249#M532</link>
      <description>&lt;P&gt;I could not get&amp;nbsp;&lt;A href="https://staff.washington.edu/larsoner/bad_avx.npy" style="font-size: 12px; line-height: 18px;"&gt;https://staff.washington.edu/larsoner/bad_avx.npy&lt;/A&gt;&amp;nbsp;to fail with AVX. I tried both Anaconda and Intel Python. Can you give more information about the system you are testing? Linux/Windows python 2, python 3. Haswell, or a SDE target that fails (-hsw).&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105249#M532</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T14:54:44Z</dc:date>
    </item>
    <item>
      <title>The system that fails has</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105250#M533</link>
      <description>&lt;P&gt;The system that fails has Linux mint 17 x84_64, with 2&amp;nbsp;Intel(R) Xeon(R) CPUs (E5-2630 v2 @ 2.60GHz). The other failures I reference above (on non-AVX, SSE4.2 systems) were also on Linux 64-bit.&lt;/P&gt;

&lt;P&gt;Anaconda Python is up to date, and Python launches with:&lt;/P&gt;

&lt;P&gt;Python 2.7.11 |Continuum Analytics, Inc.| (default, Dec &amp;nbsp;6 2015, 18:08:32)&amp;nbsp;&lt;BR /&gt;
	[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2&lt;/P&gt;

&lt;P&gt;Anaconda has the following packages (trimmed list here) installed:&lt;/P&gt;

&lt;P&gt;conda &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.0.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;py27_0 &amp;nbsp;&lt;BR /&gt;
	conda-env &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.4.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;py27_0 &amp;nbsp;&lt;BR /&gt;
	libgcc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5.2.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp;&lt;BR /&gt;
	libgfortran &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp;&lt;BR /&gt;
	mkl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.3.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;&lt;BR /&gt;
	numpy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_0 &amp;nbsp;&lt;BR /&gt;
	scipy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.17.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;np111py27_3 &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Let me know if you need any other information. It will make my day if you also have access to a 64-bit Linux platform to test on :)&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 15:01:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105250#M533</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T15:01:36Z</dc:date>
    </item>
    <item>
      <title>I tried with up to date</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105251#M534</link>
      <description>&lt;P&gt;I tried with up to date anaconda python27 on ubuntu and&amp;nbsp;i5-5300U (broadwell with AVX) and cannot reproduce the problem with bad_avx.npy&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 15:23:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105251#M534</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T15:23:27Z</dc:date>
    </item>
    <item>
      <title>I'm a bit baffled, I just re</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105252#M535</link>
      <description>&lt;P&gt;I'm a bit baffled, I just re-confirmed from a fresh start:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ mkdir temp
$ cd temp
$ wget -q &lt;A href="http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh" target="_blank"&gt;http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh&lt;/A&gt; -O miniconda.sh
$ chmod +x miniconda.sh
$ ./miniconda.sh -b -p ./miniconda
$ export PATH=./miniconda/bin:$PATH
$ conda update --yes --quiet conda
$ conda install numpy scipy
The following NEW packages will be INSTALLED:

    libgcc:      5.2.0-0           
    libgfortran: 3.0.0-1           
    mkl:         11.3.1-0          
    numpy:       1.11.0-py27_0     
    scipy:       0.17.0-np111py27_3

$ wget &lt;A href="https://staff.washington.edu/larsoner/bad_avx.npy" target="_blank"&gt;https://staff.washington.edu/larsoner/bad_avx.npy&lt;/A&gt;
$ which python
./miniconda/bin/python
$ python -c "import numpy as np; from scipy import linalg; linalg.svd(np.load('bad_avx.npy'), full_matrices=False)"
Traceback (most recent call last):
  File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "/home/ericlarson/temp/miniconda/lib/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 105, in svd
    raise LinAlgError("SVD did not converge")
numpy.linalg.linalg.LinAlgError: SVD did not converge
&lt;/PRE&gt;

&lt;P&gt;Could there be some difference in extensions between my machine and yours? Here's mine from /cat/proc/cpuinfo:&lt;/P&gt;

&lt;P&gt;fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 15:31:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105252#M535</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T15:31:55Z</dc:date>
    </item>
    <item>
      <title>I found a machine closer to</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105253#M536</link>
      <description>&lt;P&gt;I found a Haswell (HSW) and followed your steps exactly and do not see the error. Here is the cpuinfo.&lt;/P&gt;

&lt;P&gt;processor&amp;nbsp;&amp;nbsp; &amp;nbsp;: 15&lt;BR /&gt;
	vendor_id&amp;nbsp;&amp;nbsp; &amp;nbsp;: GenuineIntel&lt;BR /&gt;
	cpu family&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	model&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 63&lt;BR /&gt;
	model name&amp;nbsp;&amp;nbsp; &amp;nbsp;: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz&lt;BR /&gt;
	stepping&amp;nbsp;&amp;nbsp; &amp;nbsp;: 2&lt;BR /&gt;
	microcode&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0x2b&lt;BR /&gt;
	cpu MHz&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1200.000&lt;BR /&gt;
	cache size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 20480 KB&lt;BR /&gt;
	physical id&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1&lt;BR /&gt;
	siblings&amp;nbsp;&amp;nbsp; &amp;nbsp;: 8&lt;BR /&gt;
	core id&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 7&lt;BR /&gt;
	cpu cores&amp;nbsp;&amp;nbsp; &amp;nbsp;: 8&lt;BR /&gt;
	apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 30&lt;BR /&gt;
	initial apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;: 30&lt;BR /&gt;
	fpu&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	fpu_exception&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	cpuid level&amp;nbsp;&amp;nbsp; &amp;nbsp;: 15&lt;BR /&gt;
	wp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	flags&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid&lt;BR /&gt;
	bogomips&amp;nbsp;&amp;nbsp; &amp;nbsp;: 4796.36&lt;BR /&gt;
	clflush size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	cache_alignment&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	address sizes&amp;nbsp;&amp;nbsp; &amp;nbsp;: 46 bits physical, 48 bits virtual&lt;BR /&gt;
	power management:&lt;/P&gt;

&lt;P&gt;rscohn1@fxsatlin01:~/temp$&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 16:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105253#M536</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Could it be something in the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105254#M537</link>
      <description>&lt;P&gt;Could it be something in the environment that is different? Do you see the problem with:&lt;/P&gt;

&lt;P&gt;env -i miniconda/bin/python -c "import numpy as np; from scipy import linalg; linalg.svd(np.load('bad_avx.npy'), full_matrices=False)"&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 16:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105254#M537</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T16:20:24Z</dc:date>
    </item>
    <item>
      <title>Thanks for looking into it a</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105255#M538</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Thanks for looking into it a bit. Comparing the lists, it l&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;ooks like your CPU has [FMA, MOVBE, ABM] that neither my Xeon system (which I listed before) nor my Intel 980X system (SSE4.2 only; list not shown here yet) has. &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I don't know if that would matter at all, but I wouldn't be surprised if FMA were used in the underlying code. Is it possible in your emulator to disable that instruction set?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In any case, I get the error even with that (from a clean login to the machine):&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;~ $ cd temp/
~/temp $ env -i miniconda/bin/python -c "import numpy as np; from scipy import linalg; linalg.svd(np.load('bad_avx.npy'), full_matrices=False)"
Traceback (most recent call last):
  File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
  File "/home/ericlarson/temp/miniconda/lib/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 105, in svd
    raise LinAlgError("SVD did not converge")
numpy.linalg.linalg.LinAlgError: SVD did not converge&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 16:30:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105255#M538</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T16:30:46Z</dc:date>
    </item>
    <item>
      <title>In case you're curious I diff</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105256#M539</link>
      <description>&lt;P&gt;In case you're curious I diff'ed the CPU instruction sets across your system (cohn.txt), my Xeon/AVX system (Xeon), and my 980X system (980X):&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot from 2016-05-09 12-33-20.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8803iDFCB883CAD5876AD/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2016-05-09 12-33-20.png" alt="Screenshot from 2016-05-09 12-33-20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 16:36:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105256#M539</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T16:36:21Z</dc:date>
    </item>
    <item>
      <title>I showed your cpuinfo to the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105257#M540</link>
      <description>&lt;P&gt;I showed your cpuinfo to the developer of SDE, who says -ivb should be the right target. It still doesn't fail. I will ask Arturov to pick this up since he supports MKL (I am Intel python) and he might have some ideas.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 17:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105257#M540</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T17:16:48Z</dc:date>
    </item>
    <item>
      <title>Great, thanks for taking the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105258#M541</link>
      <description>&lt;P&gt;Great, thanks for taking the time to look into this. Let me know if there's anything else I can do at my end, other than play with SDE (which I hope to do soon).&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 17:32:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105258#M541</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T17:32:20Z</dc:date>
    </item>
    <item>
      <title>I found an IVB system so I</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105259#M542</link>
      <description>&lt;P&gt;I found an SandyBridge (SNB) system and don't see the problem. Can you send me the full cpuinfo info. Here is mine:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;processor&amp;nbsp;&amp;nbsp; &amp;nbsp;: 31&lt;BR /&gt;
	vendor_id&amp;nbsp;&amp;nbsp; &amp;nbsp;: GenuineIntel&lt;BR /&gt;
	cpu family&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	model&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 45&lt;BR /&gt;
	model name&amp;nbsp;&amp;nbsp; &amp;nbsp;: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz&lt;BR /&gt;
	stepping&amp;nbsp;&amp;nbsp; &amp;nbsp;: 7&lt;BR /&gt;
	microcode&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0x70d&lt;BR /&gt;
	cpu MHz&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1200.000&lt;BR /&gt;
	cache size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 20480 KB&lt;BR /&gt;
	physical id&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1&lt;BR /&gt;
	siblings&amp;nbsp;&amp;nbsp; &amp;nbsp;: 16&lt;BR /&gt;
	core id&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 7&lt;BR /&gt;
	cpu cores&amp;nbsp;&amp;nbsp; &amp;nbsp;: 8&lt;BR /&gt;
	apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 47&lt;BR /&gt;
	initial apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;: 47&lt;BR /&gt;
	fpu&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	fpu_exception&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	cpuid level&amp;nbsp;&amp;nbsp; &amp;nbsp;: 13&lt;BR /&gt;
	wp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	flags&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid&lt;BR /&gt;
	bogomips&amp;nbsp;&amp;nbsp; &amp;nbsp;: 5188.49&lt;BR /&gt;
	clflush size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	cache_alignment&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	address sizes&amp;nbsp;&amp;nbsp; &amp;nbsp;: 46 bits physical, 48 bits virtual&lt;BR /&gt;
	power management:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 18:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105259#M542</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-09T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Here is my 980X/SSE4.2 system</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105260#M543</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Here is my 980X/SSE4.2 system:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;processor&amp;nbsp;&amp;nbsp; &amp;nbsp;: 11&lt;BR /&gt;
	vendor_id&amp;nbsp;&amp;nbsp; &amp;nbsp;: GenuineIntel&lt;BR /&gt;
	cpu family&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	model&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 44&lt;BR /&gt;
	model name&amp;nbsp;&amp;nbsp; &amp;nbsp;: Intel(R) Core(TM) i7 CPU &amp;nbsp; &amp;nbsp; &amp;nbsp; X 980 &amp;nbsp;@ 3.33GHz&lt;BR /&gt;
	stepping&amp;nbsp;&amp;nbsp; &amp;nbsp;: 2&lt;BR /&gt;
	microcode&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0xc&lt;BR /&gt;
	cpu MHz&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1596.000&lt;BR /&gt;
	cache size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 12288 KB&lt;BR /&gt;
	physical id&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0&lt;BR /&gt;
	siblings&amp;nbsp;&amp;nbsp; &amp;nbsp;: 12&lt;BR /&gt;
	core id&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0&lt;BR /&gt;
	cpu cores&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1&lt;BR /&gt;
	initial apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1&lt;BR /&gt;
	fpu&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	fpu_exception&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	cpuid level&amp;nbsp;&amp;nbsp; &amp;nbsp;: 11&lt;BR /&gt;
	wp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	flags&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt aes lahf_lm tpr_shadow vnmi flexpriority ept vpid dtherm ida arat&lt;BR /&gt;
	bugs&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;:&lt;BR /&gt;
	bogomips&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6633.57&lt;BR /&gt;
	clflush size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	cache_alignment&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	address sizes&amp;nbsp;&amp;nbsp; &amp;nbsp;: 36 bits physical, 48 bits virtual&lt;BR /&gt;
	power management:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;And here is the Xeon/AVX system:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;processor&amp;nbsp;&amp;nbsp; &amp;nbsp;: 23&lt;BR /&gt;
	vendor_id&amp;nbsp;&amp;nbsp; &amp;nbsp;: GenuineIntel&lt;BR /&gt;
	cpu family&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	model&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 62&lt;BR /&gt;
	model name&amp;nbsp;&amp;nbsp; &amp;nbsp;: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz&lt;BR /&gt;
	stepping&amp;nbsp;&amp;nbsp; &amp;nbsp;: 4&lt;BR /&gt;
	microcode&amp;nbsp;&amp;nbsp; &amp;nbsp;: 0x416&lt;BR /&gt;
	cpu MHz&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1200.000&lt;BR /&gt;
	cache size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 15360 KB&lt;BR /&gt;
	physical id&amp;nbsp;&amp;nbsp; &amp;nbsp;: 1&lt;BR /&gt;
	siblings&amp;nbsp;&amp;nbsp; &amp;nbsp;: 12&lt;BR /&gt;
	core id&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 5&lt;BR /&gt;
	cpu cores&amp;nbsp;&amp;nbsp; &amp;nbsp;: 6&lt;BR /&gt;
	apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 43&lt;BR /&gt;
	initial apicid&amp;nbsp;&amp;nbsp; &amp;nbsp;: 43&lt;BR /&gt;
	fpu&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	fpu_exception&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	cpuid level&amp;nbsp;&amp;nbsp; &amp;nbsp;: 13&lt;BR /&gt;
	wp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: yes&lt;BR /&gt;
	flags&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms&lt;BR /&gt;
	bogomips&amp;nbsp;&amp;nbsp; &amp;nbsp;: 5201.68&lt;BR /&gt;
	clflush size&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	cache_alignment&amp;nbsp;&amp;nbsp; &amp;nbsp;: 64&lt;BR /&gt;
	address sizes&amp;nbsp;&amp;nbsp; &amp;nbsp;: 46 bits physical, 48 bits virtual&lt;BR /&gt;
	power management:&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 18:10:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Bug-in-GESDD-but-not-GESVD/m-p/1105260#M543</guid>
      <dc:creator>Eric_L_2</dc:creator>
      <dc:date>2016-05-09T18:10:08Z</dc:date>
    </item>
  </channel>
</rss>

