<?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: cblas_dgemm module not found error when trying to use parallel library in Visual Studio 2022 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1664162#M36925</link>
    <description>&lt;P&gt;It appears to be something in mkl_intel_thread.2.dll that's trying to call something from KernelBase.dll. Is it because I have an AMD processor?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-02-07 140056.png" style="width: 789px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/62647i58A104519211D830/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2025-02-07 140056.png" alt="Screenshot 2025-02-07 140056.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2025-02-07 140056.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 22:02:18 GMT</pubDate>
    <dc:creator>ChuckV</dc:creator>
    <dc:date>2025-02-07T22:02:18Z</dc:date>
    <item>
      <title>cblas_dgemm module not found error when trying to use parallel library in Visual Studio 2022</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1664120#M36923</link>
      <description>&lt;P&gt;I'm using Visual Studio 2022 with oneMKL installed. I have no problem with cblas_dgemv, but with cblas_dgemm and the library set to Parallel through the project properties, I get a "Module not found" error in Kernelbase.dll. I don't really understand as dgemv works fine in both Sequential and Parallel. dgemm sequential works fine too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the libraries VS is linking:&lt;/P&gt;&lt;P&gt;MKL_INTEL_LP64_DLL.LIB MKL_INTEL_THREAD_DLL.LIB MKL_CORE_DLL.LIB LIBIOMP5MD.LIB&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:55:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1664120#M36923</guid>
      <dc:creator>ChuckV</dc:creator>
      <dc:date>2025-02-07T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: cblas_dgemm module not found error when trying to use parallel library in Visual Studio 2022</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1664162#M36925</link>
      <description>&lt;P&gt;It appears to be something in mkl_intel_thread.2.dll that's trying to call something from KernelBase.dll. Is it because I have an AMD processor?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-02-07 140056.png" style="width: 789px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/62647i58A104519211D830/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2025-02-07 140056.png" alt="Screenshot 2025-02-07 140056.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2025-02-07 140056.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 22:02:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1664162#M36925</guid>
      <dc:creator>ChuckV</dc:creator>
      <dc:date>2025-02-07T22:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: cblas_dgemm module not found error when trying to use parallel library in Visual Studio 2022</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1666402#M36940</link>
      <description>&lt;P&gt;Thank you for posting in the forum!&lt;/P&gt;
&lt;P&gt;Could you please try to build the dgemm code in Command Prompt to see if the same error is captured?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 22:35:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1666402#M36940</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-02-14T22:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: cblas_dgemm module not found error when trying to use parallel library in Visual Studio 2022</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1666571#M36946</link>
      <description>&lt;P&gt;Please note that building the code is not an issue -- it's running it.&lt;/P&gt;&lt;P&gt;However, running it from the oneAPI command prompt *does* work. It just doesn't from inside Visual Studio, even if I don't attach a debugger.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2025 00:26:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/cblas-dgemm-module-not-found-error-when-trying-to-use-parallel/m-p/1666571#M36946</guid>
      <dc:creator>ChuckV</dc:creator>
      <dc:date>2025-02-16T00:26:01Z</dc:date>
    </item>
  </channel>
</rss>

