<?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: Unable to locate the program input point XXX in the dynamic link library mkl_sycl_dftd.4.dll in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unable-to-locate-the-program-input-point-in-the-dynamic-link/m-p/1599630#M36146</link>
    <description>&lt;P&gt;I have solved this error myself. The solution is as follows. I hope it can give some reference to friends who encounter similar errors:&lt;/P&gt;&lt;P&gt;1、My VS2022 environment settings 【VC++ directory-library directory 】set the compiler to version 2024.1, but I found that some other settings show links to version 2024.0. So I suspected whether there was a compiler file conflict. So I deleted the 2024.1 local compiler (basic package located in oneAPI) file and the program could run. After deleting 2024.0, the program cannot run. However, it should be deleted in 2024.1, and the program will not run.&lt;/P&gt;&lt;P&gt;2、So I suspected that after the oneAPI basic package was updated, the settings for the compilation part in VS2022 were not updated, or they stayed at the old settings, which caused this error. So I tried to modify the compiler settings in the settings, but some places do not support modification (it may be possible but I don't know). So I decided to uninstall and reinstall.&lt;/P&gt;&lt;P&gt;3、After I reinstalled the oneAPI basic package and VS2022, the error was no longer reported and was resolved successfully.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 06:09:05 GMT</pubDate>
    <dc:creator>XinyeChu</dc:creator>
    <dc:date>2024-05-22T06:09:05Z</dc:date>
    <item>
      <title>Unable to locate the program input point in the dynamic link library mkl_sycl_dftd.4.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unable-to-locate-the-program-input-point-in-the-dynamic-link/m-p/1599479#M36144</link>
      <description>&lt;P&gt;1. I use the complete example DFT located in the oneMKL local installation path.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;path&amp;gt;\mkl\2024.0\share\doc\mkl\examples.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will report an error near the end of compilation:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Unable to locate the program input point isMemoryObjectUsedByGraph@AccessorBaseHost@detail@_V1@sycl@@QEBA_NXZ in the dynamic link library &amp;lt;Path&amp;gt;mkl\2024.1\bin\mkl_sycl_dftd.4.dll&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. My linker uses&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mkl_sycl_dftd_dll.lib 
mkl_intel_ilp64_dll.lib 
mkl_sequential_dll.lib 
mkl_core_dll.lib OpenCL.lib&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. My environment:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CPU: Intel(R) Core(TM) i7-1065G7 CPU;
GPU: Intel(R) Iris(R) Plus graphics card;
Operating system: Win11;
Integrated development environment: VS2022;
OneAPI basic toolkit: 2024.0.1.45;
OneMath kernel library: 2024.1.0.696;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4.&lt;STRONG&gt; I updated and repaired the Base package and OneMKL package, but the same error still occurred.How to solve this error? Thank you very much for your help！&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 16:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unable-to-locate-the-program-input-point-in-the-dynamic-link/m-p/1599479#M36144</guid>
      <dc:creator>XinyeChu</dc:creator>
      <dc:date>2024-05-29T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to locate the program input point XXX in the dynamic link library mkl_sycl_dftd.4.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unable-to-locate-the-program-input-point-in-the-dynamic-link/m-p/1599630#M36146</link>
      <description>&lt;P&gt;I have solved this error myself. The solution is as follows. I hope it can give some reference to friends who encounter similar errors:&lt;/P&gt;&lt;P&gt;1、My VS2022 environment settings 【VC++ directory-library directory 】set the compiler to version 2024.1, but I found that some other settings show links to version 2024.0. So I suspected whether there was a compiler file conflict. So I deleted the 2024.1 local compiler (basic package located in oneAPI) file and the program could run. After deleting 2024.0, the program cannot run. However, it should be deleted in 2024.1, and the program will not run.&lt;/P&gt;&lt;P&gt;2、So I suspected that after the oneAPI basic package was updated, the settings for the compilation part in VS2022 were not updated, or they stayed at the old settings, which caused this error. So I tried to modify the compiler settings in the settings, but some places do not support modification (it may be possible but I don't know). So I decided to uninstall and reinstall.&lt;/P&gt;&lt;P&gt;3、After I reinstalled the oneAPI basic package and VS2022, the error was no longer reported and was resolved successfully.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 06:09:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unable-to-locate-the-program-input-point-in-the-dynamic-link/m-p/1599630#M36146</guid>
      <dc:creator>XinyeChu</dc:creator>
      <dc:date>2024-05-22T06:09:05Z</dc:date>
    </item>
  </channel>
</rss>

