<?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 Debug symbols in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1665944#M36935</link>
    <description>&lt;P&gt;Where can I find the debug symbols for MKL dlls?&lt;/P&gt;&lt;P&gt;I had an exception:&lt;/P&gt;&lt;P&gt;Unhandled exception at 0x00007FFC60E0565C (KernelBase.dll) in test.exe: 0xC06D007F: Procedure not found (parameters: 0x000000A9C4C3F2D0).&lt;/P&gt;&lt;P&gt;This is the call stack:&lt;/P&gt;&lt;P&gt;KernelBase.dll!RaiseException() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb4025c948() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb40269145() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb3e54d9a7() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4d4d563() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4cb12a7() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4cb0d6f() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4d20627() Unknown&lt;BR /&gt;kernel32.dll!BaseThreadInitThunk() Unknown&lt;BR /&gt;ntdll.dll!RtlUserThreadStart() Unknown&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to see the names of the functions in&amp;nbsp;mkl_intel_thread.2.dll.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 21:10:37 GMT</pubDate>
    <dc:creator>Zohar</dc:creator>
    <dc:date>2025-02-13T21:10:37Z</dc:date>
    <item>
      <title>Debug symbols</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1665944#M36935</link>
      <description>&lt;P&gt;Where can I find the debug symbols for MKL dlls?&lt;/P&gt;&lt;P&gt;I had an exception:&lt;/P&gt;&lt;P&gt;Unhandled exception at 0x00007FFC60E0565C (KernelBase.dll) in test.exe: 0xC06D007F: Procedure not found (parameters: 0x000000A9C4C3F2D0).&lt;/P&gt;&lt;P&gt;This is the call stack:&lt;/P&gt;&lt;P&gt;KernelBase.dll!RaiseException() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb4025c948() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb40269145() Unknown&lt;BR /&gt;mkl_intel_thread.2.dll!00007ffb3e54d9a7() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4d4d563() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4cb12a7() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4cb0d6f() Unknown&lt;BR /&gt;libiomp5md.dll!00007ffbd4d20627() Unknown&lt;BR /&gt;kernel32.dll!BaseThreadInitThunk() Unknown&lt;BR /&gt;ntdll.dll!RtlUserThreadStart() Unknown&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to see the names of the functions in&amp;nbsp;mkl_intel_thread.2.dll.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 21:10:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1665944#M36935</guid>
      <dc:creator>Zohar</dc:creator>
      <dc:date>2025-02-13T21:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debug symbols</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1666405#M36941</link>
      <description>&lt;P&gt;Debug symbols are not shipped with oneMKL product. But if you are looking for symbols in oneMKL DLLs, "dumpbin /exports&amp;nbsp;&lt;SPAN&gt;mkl_intel_thread.2.dll" can generate that list.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 23:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1666405#M36941</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-02-14T23:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debug symbols</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1666640#M36948</link>
      <description>&lt;P&gt;And how do I load this list to visual studio?&lt;/P&gt;&lt;P&gt;The following helped:&lt;/P&gt;&lt;P&gt;c++ - VS debugger - Identify DLL function names from DLL exports (no PDB available) - Stack Overflow&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/73464159/vs-debugger-identify-dll-function-names-from-dll-exports-no-pdb-available" target="_blank"&gt;https://stackoverflow.com/questions/73464159/vs-debugger-identify-dll-function-names-from-dll-exports-no-pdb-available&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least it gave me names for some of the functions.&lt;/P&gt;&lt;P&gt;It might be helpful if MKL is shipped with symbols?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2025 20:16:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Debug-symbols/m-p/1666640#M36948</guid>
      <dc:creator>Zohar</dc:creator>
      <dc:date>2025-02-16T20:16:37Z</dc:date>
    </item>
  </channel>
</rss>

