<?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: Re:Bug in zgetrs() under Windows 10 2004 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209385#M30072</link>
    <description>&lt;P&gt;Is there any progress on this bug report? It's been nearly two weeks with no response. We are seeing more customers with this issue when they upgrade to Windows 10 2004.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 01:51:44 GMT</pubDate>
    <dc:creator>pwc</dc:creator>
    <dc:date>2020-09-15T01:51:44Z</dc:date>
    <item>
      <title>Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203467#M29945</link>
      <description>&lt;P&gt;When running under Windows 10 2004, if the CRT function fmod(x, y) is called with 0 for the x argument prior to calling zgetrs(), zgetrs() returns -nan(ind) for many of the values of the solved for x. The call to fmod() can occur far away and long before.&lt;/P&gt;
&lt;P&gt;This is with Visual Studio Professional 2019 versions 16.7.2 and 16.2.3. Attached is code illustrating the problem, when run under Release the output for the vector pB contains several -nan(ind) values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;zgetrs() returns the expected results if any of the following is true:&lt;/P&gt;
&lt;P&gt;- the x argument to fmod() is not 0.&lt;/P&gt;
&lt;P&gt;- Debug build is run.&lt;/P&gt;
&lt;P&gt;- It is run under Windows 10 1909 or 1903.&lt;/P&gt;
&lt;P&gt;- The environment variable&amp;nbsp;MKL_CBWR=COMPATIBLE or&amp;nbsp;MKL_CBWR=SSE2 is set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This was tested using:&lt;/P&gt;
&lt;P&gt;- MKL versions 2019 build 4, 2019 build 5, and 2020 build 2.&lt;/P&gt;
&lt;P&gt;- Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz 3.40 GHz, 16 GB RAM&lt;/P&gt;
&lt;P&gt;- Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz 2.90GHz, 32 GB RAM&lt;/P&gt;
&lt;P&gt;- Windows 10 Pro 2004&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our production product is experiencing this problem under Windows 10 Pro 2004 with MKL version 2019 build 5. The call to fmod() is occurring much earlier than the call to zgetrs(), and is known to occur in the same thread (it may also happen in separate threads, I have not checked that scenario).&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Albert Santos.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 12:26:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203467#M29945</guid>
      <dc:creator>vssalbert</dc:creator>
      <dc:date>2020-08-24T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203868#M29949</link>
      <description>&lt;P&gt;I don't see the problem on my side: win10, command line, MKL version 2020.2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: Verdana;"&gt;Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;....MKL_CBWR=COMPATIBLE...&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;...MKL_CBWR=SSE2...&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Streaming SIMD Extensions 2 (Intel(R) SSE2) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;...MKL_CBWR=SSE42...&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;...MKL_CBWR=AVX...&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Advanced Vector Extensions (Intel(R) AVX) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;...MKL_CBWR=AVX2...&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:42:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203868#M29949</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-25T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203929#M29950</link>
      <description>&lt;P&gt;Are you running Windows 10 version 2004? It only started occurring with version 2004. I've also only tried it using Windows 10 Pro, I don't know if the edition affects it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 11:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1203929#M29950</guid>
      <dc:creator>vssalbert</dc:creator>
      <dc:date>2020-08-25T11:27:28Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204195#M29964</link>
      <description>&lt;P&gt;my testing system: Windows 10 Enterprise, version 1809&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2020 03:36:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204195#M29964</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-26T03:36:27Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204200#M29965</link>
      <description>&lt;P&gt;the same results were obtained at the Win Server 2012 R2 OS.&lt;/P&gt;&lt;P&gt;I think maybe someone from the community has such OS available and checks the problem.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2020 04:17:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204200#M29965</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-26T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204623#M29970</link>
      <description>&lt;P&gt;I get the same results you do in Windows 10 Enterprise, version 1809.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:56:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204623#M29970</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-08-27T11:56:02Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204687#M29971</link>
      <description>&lt;P&gt;Could you share the output you obtained?  &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:03:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204687#M29971</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-27T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204710#M29972</link>
      <description>&lt;P&gt;The following are all under Windows 10 Pro version 2004, on an Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz 2.90GHz&lt;BR /&gt;32.0 GB RAM:&lt;/P&gt;
&lt;P&gt;----&lt;/P&gt;
&lt;P&gt;MKL Version String: Intel(R) Math Kernel Library Version 2019.0.5 Product Build 20190808 for Intel(R) 64 architecture applications&lt;/P&gt;
&lt;P&gt;Info: 0&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -5.46729&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;----&lt;BR /&gt;MKL Version String: Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications&lt;/P&gt;
&lt;P&gt;Info: 0&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -5.46729&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--- If the x = 0.0; line is commented out so fmod(x, 1.) is fmod(10., 1.):&lt;BR /&gt;MKL Version String: Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications&lt;/P&gt;
&lt;P&gt;Info: 0&lt;BR /&gt;14.8677 -6.71688&lt;BR /&gt;2.89337 -7.12151&lt;BR /&gt;2.52554 -5.46729&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;--- If MKL_CBWR=SSE2 environment variable is set:&lt;BR /&gt;MKL Version String: Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications&lt;/P&gt;
&lt;P&gt;Info: 0&lt;BR /&gt;14.8677 -6.71688&lt;BR /&gt;2.89337 -7.12151&lt;BR /&gt;2.52554 -5.46729&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 16:23:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204710#M29972</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-08-27T16:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204918#M29977</link>
      <description>&lt;P&gt;please try to run the exe file from zip file I attached to this reply. the password &lt;STRONG&gt;intel_123_&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 08:27:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1204918#M29977</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-28T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1205448#M29989</link>
      <description>&lt;P&gt;I get the following:&lt;/P&gt;
&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;BR /&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;BR /&gt;Info: 0&lt;BR /&gt;14.8677 -6.71688&lt;BR /&gt;2.89337 -7.12151&lt;BR /&gt;2.52554 -5.46729&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 11:38:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1205448#M29989</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-08-31T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1205840#M29996</link>
      <description>&lt;P&gt;Note that when I run your test_zgetrs.cpp file as-is I get:&lt;/P&gt;
&lt;P&gt;MKL 2020.0.2Intel(R) 64 architecture&lt;BR /&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;BR /&gt;Info: 0&lt;BR /&gt;14.8677 -6.71688&lt;BR /&gt;2.89337 -7.12151&lt;BR /&gt;2.52554 -5.46729&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if I remove the comment on line 85, the std::cout &amp;lt;&amp;lt; "Hello World " &amp;lt;&amp;lt; x &amp;lt;&amp;lt; std::endl; I get:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MKL 2020.0.2Intel(R) 64 architecture&lt;BR /&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;BR /&gt;Info: 0&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -5.46729&lt;/P&gt;
&lt;P&gt;Hello World! 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe what's happening there is the call to fmod() is being optimized away since the result is not needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:56:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1205840#M29996</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-09-01T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209385#M30072</link>
      <description>&lt;P&gt;Is there any progress on this bug report? It's been nearly two weeks with no response. We are seeing more customers with this issue when they upgrade to Windows 10 2004.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 01:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209385#M30072</guid>
      <dc:creator>pwc</dc:creator>
      <dc:date>2020-09-15T01:51:44Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209409#M30073</link>
      <description>&lt;P&gt;we don't reproduce the problem&lt;/P&gt;&lt;P&gt;with or without comments on line 85, we see the same outputs:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;MKL 2020.0.2 Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hello World! -0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Win 10, 64 bit. a sequential version of MKL&lt;/P&gt;&lt;P&gt;Win10, Version 1809 Build 17763.1397&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2020 03:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209409#M30073</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-09-15T03:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209520#M30074</link>
      <description>&lt;P&gt;You need to be running Windows 10 Build 2004 (which came out in May, 2020).&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:55:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209520#M30074</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-09-15T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209530#M30076</link>
      <description>&lt;P&gt;Yes, it seems the issue happens on this specific OS. The problem is that we still don't use such OS available for testing and validation.  &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Sep 2020 11:30:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209530#M30076</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-09-15T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209588#M30077</link>
      <description>&lt;P&gt;Can't you simply update one of your machines in your build/test lab or get access to a VM? We can't wait around for Intel to update their internal corporate standard for Win10. If you claim to support Windows, why don't you test on all released versions of Windows?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 15:19:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209588#M30077</guid>
      <dc:creator>pwc</dc:creator>
      <dc:date>2020-09-15T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209633#M30078</link>
      <description>&lt;P&gt;If I remember correctly you may enable the the trapping of floating-point exceptions by calling __control87() function. The next step would be a registering your own FP exception (SIGFPE) handler with signal function.&lt;/P&gt;
&lt;P&gt;The other option is to break with the help of windbg at the prologue of zgetrs() and observe the content of SIMD registers and in general whole function execution untill QNAN is visible in SIMD registers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1209633#M30078</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2020-09-15T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211824#M30091</link>
      <description>&lt;P&gt;The problem has been checked on Windows 10 version 2004 (OS Build 19041.508)&lt;/P&gt;&lt;P&gt;CPU E5-2697 v2@2.7 GHz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;set MKL_VERBOSE=1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#1&lt;/P&gt;&lt;P&gt;//with the line x = 0.0 is commented out&amp;nbsp;&lt;/P&gt;&lt;P&gt;MKL 2020.0.2Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Advanced Vector Extensions (Intel(R) AVX) enabled processors&lt;/P&gt;&lt;P&gt;MKL_VERBOSE Intel(R) MKL 2020.0 Update 2 Product build 20200624 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions (Intel(R) AVX) enabled processors, Win 2.70GHz cdecl sequential&lt;/P&gt;&lt;P&gt;MKL_VERBOSE ZGETRS(N,3,1,000001E475CF70C0,3,000001E475D0D600,000001E475D0D500,3,0) 32.13us CNR:OFF Dyn:1 FastMM:1 TID:0&amp;nbsp;NThr:1&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#2&lt;/P&gt;&lt;P&gt;//without the line x = 0.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;MKL 2020.0.2Intel(R) 64 architecture&lt;/P&gt;&lt;P&gt;Processor: Intel(R) Advanced Vector Extensions (Intel(R) AVX) enabled processors&lt;/P&gt;&lt;P&gt;MKL_VERBOSE Intel(R) MKL 2020.0 Update 2 Product build 20200624 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions (Intel(R) AVX) enabled processors, Win 2.70GHz cdecl sequential&lt;/P&gt;&lt;P&gt;MKL_VERBOSE ZGETRS(N,3,1,0000014FE28070C0,3,0000014FE281D600,0000014FE281D500,3,0) 19.75us CNR:OFF Dyn:1 FastMM:1 TID:0&amp;nbsp;NThr:1&lt;/P&gt;&lt;P&gt;Info: 0&lt;/P&gt;&lt;P&gt;14.8677 -6.71688&lt;/P&gt;&lt;P&gt;2.89337 -7.12151&lt;/P&gt;&lt;P&gt;2.52554 -5.46729&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The results are the same.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:28:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211824#M30091</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-09-23T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211827#M30092</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread or submit the ticket to the official Intel Online Service Center.  &lt;/P&gt;&lt;P&gt;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:31:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211827#M30092</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-09-23T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Bug in zgetrs() under Windows 10 2004</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211833#M30096</link>
      <description>&lt;P&gt;Well, his is what I get with MKL_VERBOSE=1:&lt;/P&gt;
&lt;P&gt;MKL 2020.0.2Intel(R) 64 architecture&lt;BR /&gt;Processor: Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors&lt;BR /&gt;MKL_VERBOSE Intel(R) MKL 2020.0 Update 2 Product build 20200624 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) enabled processors, Win 3.40GHz cdecl tbb_thread&lt;BR /&gt;MKL_VERBOSE ZGETRS(N,3,1,000001E875538F80,3,000001E875539080,000001E8755415C0,3,0) 82.19us CNR:OFF Dyn:1 FastMM:1 TID:0 NThr:4,BLAS:1,FFT:1,VML:1,PARDISO:1&lt;BR /&gt;Info: 0&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -nan(ind)&lt;BR /&gt;-nan(ind) -5.46729&lt;/P&gt;
&lt;P&gt;Hello World! 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:49:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Bug-in-zgetrs-under-Windows-10-2004/m-p/1211833#M30096</guid>
      <dc:creator>vss_albert</dc:creator>
      <dc:date>2020-09-23T11:49:17Z</dc:date>
    </item>
  </channel>
</rss>

