<?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 Add one piece :  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058378#M21575</link>
    <description>&lt;P&gt;Add one piece :&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We had some articles earlier on the linkage and distribution &amp;nbsp;but seems be archived as low views. I create a new one article to address this. Please see&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-linkage-and-distribution-quick-reference-guide"&gt;&amp;nbsp;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;Intel® Math Kernel Library (Intel MKL) Linkage and Distribution - Quick Reference Guide&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The article describes various types of linkage models offering in Intel® Math Kernel Library (Intel MKL) and which Intel MKL libraries are required to be distributed by developers with applications&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2014 08:52:18 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2014-07-18T08:52:18Z</dc:date>
    <item>
      <title>Distributing MKL libraries</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058372#M21569</link>
      <description>&lt;P&gt;I know this topic has come up before, but I can't see that anyone has found a satisfactory resolution to it.&lt;/P&gt;

&lt;P&gt;Is there any progress on finding out exactly which MKL libraries I need to distribute with my application so that it will run on all the different types of hardware that my clients might have? Some people have suggested using Dependency Walker, but my understanding is that it doesn't identify the DLLs that are linked at run time, plus it only identifies the ones that apply to my particular hardware.&lt;/P&gt;

&lt;P&gt;I am only using two MKL routines (Pardiso and&amp;nbsp;DFeast_scsrgv). Does anyone have a solution?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Peter&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 07:45:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058372#M21569</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2014-07-10T07:45:38Z</dc:date>
    </item>
    <item>
      <title>Peter,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058373#M21570</link>
      <description>&lt;P&gt;Peter,&lt;/P&gt;

&lt;P&gt;You can build custom dll &amp;nbsp;and distribute this dll with your applications. it would contains all optimizationns for these specific routines for all latest IA. You can find description how to build this custom dll into User's Guide -&amp;nbsp;Building Custom Dynamic-link Libraries.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;distribute all dll from redist folders. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;--Gennady&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:54:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058373#M21570</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-07-10T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Thanks, but my primary aim is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058374#M21571</link>
      <description>&lt;P&gt;Thanks, but my primary aim is to minimize the total size of the MKL dlls I have to distribute and so I would like to find out exactly which ones are required rather than distributing them all. Creating a custom dll would be handy but I would like to minimize its size by just including the dlls I need.&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2014 22:37:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058374#M21571</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2014-07-10T22:37:33Z</dc:date>
    </item>
    <item>
      <title>That exactly what custom dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058375#M21572</link>
      <description>&lt;P&gt;That exactly what custom dll does. You will have only one dll instead on many items from redist folder. MKL doesn't provide the list of dll you need for redistribution due to a lot internal dependencies.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 05:50:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058375#M21572</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-07-11T05:50:22Z</dc:date>
    </item>
    <item>
      <title>So does the custom dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058376#M21573</link>
      <description>&lt;P&gt;So does the custom dll contain all the MKL dlls from redist or just the ones that my MKL functions&amp;nbsp;&lt;SPAN style="font-size: 11.818181991577148px; line-height: 16.363636016845703px;"&gt;(Pardiso and&amp;nbsp;DFeast_scsrgv in my case) need?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 05:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058376#M21573</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2014-07-11T05:59:35Z</dc:date>
    </item>
    <item>
      <title>yes, it will contain</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058377#M21574</link>
      <description>&lt;P&gt;yes, it will contain&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 03:40:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058377#M21574</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-07-12T03:40:24Z</dc:date>
    </item>
    <item>
      <title>Add one piece : </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058378#M21575</link>
      <description>&lt;P&gt;Add one piece :&amp;nbsp;&lt;/P&gt;

&lt;P&gt;We had some articles earlier on the linkage and distribution &amp;nbsp;but seems be archived as low views. I create a new one article to address this. Please see&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-linkage-and-distribution-quick-reference-guide"&gt;&amp;nbsp;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;Intel® Math Kernel Library (Intel MKL) Linkage and Distribution - Quick Reference Guide&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The article describes various types of linkage models offering in Intel® Math Kernel Library (Intel MKL) and which Intel MKL libraries are required to be distributed by developers with applications&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 08:52:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058378#M21575</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-07-18T08:52:18Z</dc:date>
    </item>
    <item>
      <title>Thanks Ying, I will try it</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058379#M21576</link>
      <description>&lt;P&gt;Thanks Ying, I will try it out.&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2014 23:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Distributing-MKL-libraries/m-p/1058379#M21576</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2014-07-20T23:46:07Z</dc:date>
    </item>
  </channel>
</rss>

