<?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:MKL lib files in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1284281#M31366</link>
    <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;First, why don't you try to build the code in from the command line instead of from the IDE to see if the issue is still there.&lt;/P&gt;&lt;P&gt;Second, like mecej4 said, if the integer parameter passing to the MKL functions is 4 -byte long then use LP64 instead of ILP64 (specify the the interface layer as "c API with 32-bit integer")&lt;/P&gt;&lt;P&gt;Third, try it with the latest version of oneMKL, 2021.2.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 May 2021 01:56:31 GMT</pubDate>
    <dc:creator>Khang_N_Intel</dc:creator>
    <dc:date>2021-05-25T01:56:31Z</dc:date>
    <item>
      <title>MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250067#M30767</link>
      <description>&lt;P&gt;I am having trouble linking to a C DLL project in Visual Studio 2019, which compiles the static MKL library functions. From the Link line adviser, 3 lib files are suggested for the intel(R)64 architecture:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mkl_intel_ilp64.lib&lt;/P&gt;
&lt;P&gt;mkl_sequential.lib&lt;/P&gt;
&lt;P&gt;mkl_core.lib.&lt;/P&gt;
&lt;P&gt;I have manually added them to the "Additional dependencies" in the project properties. The DLL project compiles OK. But when I call the DLL function, it always complain about "The specified module could not be found (exception from HResult: 0x8007007E). I have used Dependency Walker to look at the dll file and found it misses some functions as show in the picture. It makes me think if I I have missed any library files?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:10:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250067#M30767</guid>
      <dc:creator>JohnZhang</dc:creator>
      <dc:date>2021-01-26T16:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250364#M30772</link>
      <description>&lt;P&gt;Are you sure that the library&amp;nbsp;&lt;SPAN&gt;mkl_intel_ilp64.lib is appropriate for your application? That library is intended to be used when integer arguments to MKL routines are 8-bytes long. The library to use when default (4-byte) integer arguments are passed is&amp;nbsp;mkl_intel_lp64.lib (LP, not ILP).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 11:59:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250364#M30772</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-01-27T11:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250367#M30773</link>
      <description>&lt;P&gt;Thanks for the rely. It was specified by the line line tool (see the capture3.png in my post).&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 12:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1250367#M30773</guid>
      <dc:creator>JohnZhang</dc:creator>
      <dc:date>2021-01-27T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re:MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1284281#M31366</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;First, why don't you try to build the code in from the command line instead of from the IDE to see if the issue is still there.&lt;/P&gt;&lt;P&gt;Second, like mecej4 said, if the integer parameter passing to the MKL functions is 4 -byte long then use LP64 instead of ILP64 (specify the the interface layer as "c API with 32-bit integer")&lt;/P&gt;&lt;P&gt;Third, try it with the latest version of oneMKL, 2021.2.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2021 01:56:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1284281#M31366</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2021-05-25T01:56:31Z</dc:date>
    </item>
    <item>
      <title>Re:MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1291990#M31564</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please let us know whether your issue has been resolved or not?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jun 2021 09:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1291990#M31564</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-22T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re:MKL lib files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1293820#M31603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we didn't hear back from you, we are closing this thread for now. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2021 07:47:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-lib-files/m-p/1293820#M31603</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-28T07:47:43Z</dc:date>
    </item>
  </channel>
</rss>

