<?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 If the target application is  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088294#M23064</link>
    <description>&lt;P&gt;If the target application is *.so/*.out (or *.dll/*.exe) file then most likely nothing can be done, because static linker automatically picks only required symbols...&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2016 18:32:35 GMT</pubDate>
    <dc:creator>Evarist_F_Intel</dc:creator>
    <dc:date>2016-11-16T18:32:35Z</dc:date>
    <item>
      <title>How to reduce size of an application linking MKL statically?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088291#M23061</link>
      <description>&lt;P&gt;Is there any way how to reduce the size of my application that uses MKL (/Qmkl:parallel), namely just dgetrf, dgetrs and dgerfs, and it is linked statically?&lt;/P&gt;

&lt;P&gt;I was thinking about something like using the command use ..., only : ....&lt;/P&gt;

&lt;P&gt;I am sorry if this is a silly question, I am not an expert on this.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 13:30:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088291#M23061</guid>
      <dc:creator>jirina</dc:creator>
      <dc:date>2016-11-16T13:30:36Z</dc:date>
    </item>
    <item>
      <title>USE .. ONLY</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088292#M23062</link>
      <description>&lt;P&gt;USE .. ONLY&lt;/P&gt;

&lt;P&gt;has no influence on the libraries.&amp;nbsp;&amp;nbsp; It simply hides some declarations from the compiler. If you hide the declarations you actually use (or omit the USE MKL entirely), you simply suppress compile time checking of your MKL calls.&lt;/P&gt;

&lt;P&gt;With conditional numerical reproducibility option, you might suppress linking support for CPU architectures other than your chosen one.&amp;nbsp; I don't see that the documentation addresses this point (as to whether it would reduce size).&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 15:01:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088292#M23062</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2016-11-16T15:01:48Z</dc:date>
    </item>
    <item>
      <title>You may try to build custom</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088293#M23063</link>
      <description>&lt;P&gt;You may try to build custom dll which will contain only functions you need for your application.. You may have a look at the UsersGuide -&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://software.intel.com/en-us/node/528533" target="_blank"&gt;https://software.intel.com/en-us/node/528533&lt;/A&gt;. see chapter "&lt;/SPAN&gt;Building Custom Shared Objects"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 15:15:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088293#M23063</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-11-16T15:15:15Z</dc:date>
    </item>
    <item>
      <title>If the target application is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088294#M23064</link>
      <description>&lt;P&gt;If the target application is *.so/*.out (or *.dll/*.exe) file then most likely nothing can be done, because static linker automatically picks only required symbols...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 18:32:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-reduce-size-of-an-application-linking-MKL-statically/m-p/1088294#M23064</guid>
      <dc:creator>Evarist_F_Intel</dc:creator>
      <dc:date>2016-11-16T18:32:35Z</dc:date>
    </item>
  </channel>
</rss>

