<?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: [BUG] access violation after dsymv call when debugging on AMD CPU in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719282#M37361</link>
    <description>&lt;P&gt;The topic should be renamed to "[BUG]&amp;nbsp;access violation after dsymv call" as it no longer seems to be debug-build or AMD specific.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 13:17:57 GMT</pubDate>
    <dc:creator>michaelkonecny</dc:creator>
    <dc:date>2025-09-26T13:17:57Z</dc:date>
    <item>
      <title>[BUG] access violation after dsymv call when debugging on AMD CPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719088#M37356</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;this is likely related to&amp;nbsp;&lt;LI-MESSAGE title="[BUG] dsymv corrupts the xmm7 register on AMD processors" uid="1719087" url="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-dsymv-corrupts-the-xmm7-register-on-AMD-processors/m-p/1719087#U1719087" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;,&lt;BR /&gt;but the behaviour is slightly different, so I decided to report it too, in case it's caused by a different problem.&lt;/P&gt;&lt;P&gt;Versions used are the same: Visual Studio Community 17.14.14 and oneAPI 2024.1 on Windows.&lt;/P&gt;&lt;P&gt;When I build the bug reproducer from the aforementioned bug from the `direct_mkl_link-crash` branch:&lt;BR /&gt;&lt;A href="https://bitbucket.org/k2fem/bug_intel_mkl_symv/src/direct_mkl_link-crash/" target="_self"&gt;https://bitbucket.org/k2fem/bug_intel_mkl_symv/src/direct_mkl_link-crash/&lt;/A&gt;&lt;BR /&gt;and run and debug the Debug configuration of the bug_mkl project, I get an access violation exception on line 21 of solve_sym_ldl_mod.f90:&lt;BR /&gt;```&lt;BR /&gt;if (info /= 0) b = IEEE_VALUE(b, IEEE_POSITIVE_INF)&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;The problem occured on an AMD CPU. I didn't try to reproduce it on an Intel unit.&lt;/P&gt;&lt;P&gt;This must be because dsymv corrupts the memory somehow beforehand. But maybe in a different manner still than what manifests itself in the first reported bug.&lt;/P&gt;&lt;P&gt;Just thought this should be reported.&lt;/P&gt;&lt;P&gt;Have a good day,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 14:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719088#M37356</guid>
      <dc:creator>michaelkonecny</dc:creator>
      <dc:date>2025-09-25T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] access violation after dsymv call when debugging on AMD CPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719281#M37360</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I retested this on oneAPI 2025.2.&lt;BR /&gt;&lt;BR /&gt;I now get an access violation exception from inside the dsymv subroutine.&lt;BR /&gt;It manifests itself on both Debug and Release builds.&lt;BR /&gt;It also happens on both AMD and Intel CPUs.&lt;BR /&gt;The CPUs I tested it on were:&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;- AMD EPYC 7502P&lt;BR /&gt;&amp;nbsp;- Intel Core i7-10750H&lt;BR /&gt;&lt;BR /&gt;Therefore the issue is likely unrelated to&amp;nbsp;&lt;LI-MESSAGE title="[BUG] dsymv corrupts the xmm7 register on AMD processors" uid="1719087" url="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-dsymv-corrupts-the-xmm7-register-on-AMD-processors/m-p/1719087#U1719087" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; and still needs to be addresseed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 13:16:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719281#M37360</guid>
      <dc:creator>michaelkonecny</dc:creator>
      <dc:date>2025-09-26T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] access violation after dsymv call when debugging on AMD CPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719282#M37361</link>
      <description>&lt;P&gt;The topic should be renamed to "[BUG]&amp;nbsp;access violation after dsymv call" as it no longer seems to be debug-build or AMD specific.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 13:17:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1719282#M37361</guid>
      <dc:creator>michaelkonecny</dc:creator>
      <dc:date>2025-09-26T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: [BUG] access violation after dsymv call when debugging on AMD CPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1723753#M37400</link>
      <description>&lt;P&gt;It looks the code is calling dsysv the way it should be calling dsysv_f95.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 23:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BUG-access-violation-after-dsymv-call-when-debugging-on-AMD-CPU/m-p/1723753#M37400</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-10-27T23:11:00Z</dc:date>
    </item>
  </channel>
</rss>

