<?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:DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp;amp; Ryzen 7 PRO 7 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1639951#M36575</link>
    <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the time being, is it sufficient to replace the mkl_def.2.dll on our customers' computers with an older version from last year? Or do we have to rollback all libraries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jörn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 10:10:40 GMT</pubDate>
    <dc:creator>Jörn</dc:creator>
    <dc:date>2024-10-29T10:10:40Z</dc:date>
    <item>
      <title>DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730U)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1632852#M36460</link>
      <description>&lt;P&gt;Dear Intel people,&lt;/P&gt;&lt;P&gt;first time posting, so please let me know there is something wrong with the format.&lt;/P&gt;&lt;P&gt;This occurs on MSVC v143 C++.&lt;/P&gt;&lt;P&gt;Our four layers are:&lt;BR /&gt;mkl_intel_lp64_dll.lib&lt;BR /&gt;mkl_intel_thread_dll.lib&lt;BR /&gt;mkl_core_dll.lib&lt;BR /&gt;libiomp5md.lib&lt;/P&gt;&lt;P&gt;In certain situations which are reproducible in our software (but I am not sure yet what is fundamentally different to other situations where it works) the DGESVD call will fill the input buffer with results up to the requested amount but then simply won't return, which eventually leads to a freeze of our program as soon as the thread calling DGESVD needs to be waited on.&lt;/P&gt;&lt;P&gt;In other situations the rval isn't 0 and the result makes no sense.&lt;/P&gt;&lt;P&gt;But also in many other situations it works as intended.&lt;/P&gt;&lt;P&gt;Luckily it works on our intel based test stations but that still leaves potentially half our customers in dire straits.&lt;/P&gt;&lt;P&gt;Has anyone here ever seen something similar?&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;PS.: I have a small sample C++ project to show the issue, let me know if I should supply it.&lt;/P&gt;&lt;P&gt;PPS.:&amp;nbsp;MKL version 2023.1.0 works, it's 2024.2.1.0 that exhibits this behavior for us.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 16:23:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1632852#M36460</guid>
      <dc:creator>KaiserCurry</dc:creator>
      <dc:date>2024-09-23T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re:DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730U)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1633244#M36469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for contacting to us.&lt;/P&gt;&lt;P&gt;Yes, please provide out a simple reproducer, as well as compiler, compiler options, working logs on Intel vs failing logs on AMD etc.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Sep 2024 02:16:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1633244#M36469</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-09-25T02:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1633290#M36470</link>
      <description>&lt;P&gt;Hi Ruqiu,&lt;/P&gt;&lt;P&gt;please find attached a short VS 2022 project that does an SVD decomposition of "real world" data. We've tried it on 3 AMD computers here in our office and all of them show the same behavior: After calling DGESVD, the program hangs and does not return.&lt;/P&gt;&lt;P&gt;VS version 17.11.4&lt;BR /&gt;MKL version 2024.2.1&lt;/P&gt;&lt;P&gt;If you replace the mkl_def.2.dll with version 2023.1.1, it seems to work (at least DGESVD comes back and returns "0")&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 07:20:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1633290#M36470</guid>
      <dc:creator>KaiserCurry</dc:creator>
      <dc:date>2024-09-25T07:20:57Z</dc:date>
    </item>
    <item>
      <title>Re:DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730U)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1634003#M36494</link>
      <description>&lt;P&gt;Hi Fabian,&lt;/P&gt;&lt;P&gt;We reproduced the issue with your reproducer on AMD CPU. We will further investigating it and update this thread when there is improvement. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Sep 2024 07:17:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1634003#M36494</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-09-29T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re:DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730U)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1639052#M36561</link>
      <description>&lt;P&gt;The error happens on some AMD processors has been fixed, the fix will be available in the future release.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Oct 2024 15:01:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1639052#M36561</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-10-24T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re:DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1639951#M36575</link>
      <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the time being, is it sufficient to replace the mkl_def.2.dll on our customers' computers with an older version from last year? Or do we have to rollback all libraries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jörn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 10:10:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1639951#M36575</guid>
      <dc:creator>Jörn</dc:creator>
      <dc:date>2024-10-29T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: DGESVD function sometimes doesn't return on AMD Processors (Ryzen 9 5950X &amp; Ryzen 7 PRO 7730</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1688336#M37126</link>
      <description>&lt;P&gt;This issue affects oneMKL versions 2024.2.1, 2024.2.2, and 2025.0. The fix is available in oneMKL 2025.0.1 and later releases. Users need to build their applications with the new release to apply the fix. Additionally, a patch release for 2024, version 2024.2.3, includes this fix. This old patch is available for priority support customers and can be downloaded from the Intel Registration Center.&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 03:32:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGESVD-function-sometimes-doesn-t-return-on-AMD-Processors-Ryzen/m-p/1688336#M37126</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2025-05-08T03:32:26Z</dc:date>
    </item>
  </channel>
</rss>

