<?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 Quote:Chao Y (Intel) wrote: in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007284#M23229</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Chao Y (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Roman,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Intel IPP uses the OpenMP for the internal threading. The&amp;nbsp;static version of the OpenMP library is deprecated from Intel Compiler at Windows. &amp;nbsp;If the code is using the threaded IPP function, it needs to depend on the&amp;nbsp;&amp;nbsp;libiomp5md.dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Chao&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;Thank you for reply.&lt;BR /&gt;
	I&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;used static linking to avoid "DLL hell problem". In theory I can set a folder to load IPP DLLs via LoadLibrary function (in case of dynamic linking).&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;But IPP DLLs will load&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;libiomp5md.dll. And if some other application has loaded&amp;nbsp;&amp;nbsp;older version of libiomp5md.dll already, I will have a version conflict (conflict of two versions of&amp;nbsp;&amp;nbsp;libiomp5md.dll).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Is it possible to set in some IPP settings the folder to load proper version of&amp;nbsp;&amp;nbsp;libiomp5md.dll?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Best regards,&lt;BR /&gt;
	Roman&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2015 08:20:01 GMT</pubDate>
    <dc:creator>Roman_T_</dc:creator>
    <dc:date>2015-10-12T08:20:01Z</dc:date>
    <item>
      <title>Static linking with IPP 8.2 (threaded)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007282#M23227</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;

&lt;P&gt;I have a data processing DLL, that uses IPP 8.2.&lt;/P&gt;

&lt;P&gt;I use static linking.&lt;/P&gt;

&lt;P&gt;When I use single-threaded version of IPP LIB files everything is OK,&lt;BR /&gt;
	but when I try to use multi-threaded version of IPP LIB files at first VS2010 requires svml_disp.lib,&amp;nbsp;&lt;BR /&gt;
	when I add svml_lib to project, vs2010 requires libirc.lib,&lt;BR /&gt;
	when I add libirc.lib, vs2010 says about unresolved externals, connected with OpenMP,&lt;BR /&gt;
	and finally when I add to vs2010 libiomp5md.lib everything is compiled successfully.&lt;/P&gt;

&lt;P&gt;But...VS2010 debugger says that libiomp5md.dll has been loaded.&lt;/P&gt;

&lt;P&gt;So, final DLL will require some additional DLL (libiomp5md.dll).&lt;/P&gt;

&lt;P&gt;My question: is it possible to link IPP completely static (without libiomp5md.dll load) ?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Roman&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:54:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007282#M23227</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2015-10-07T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Hi Roman, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007283#M23228</link>
      <description>&lt;P&gt;Hi Roman,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Intel IPP uses the OpenMP for the internal threading. T&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;he&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 16.3636360168457px;"&gt;static version of the OpenMP library is deprecated from Intel Compiler at Windows. &amp;nbsp;If the code is using the threaded IPP function, it needs to depend on the&amp;nbsp;&amp;nbsp;libiomp5md.dll.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Chao&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 05:32:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007283#M23228</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2015-10-12T05:32:31Z</dc:date>
    </item>
    <item>
      <title>Quote:Chao Y (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007284#M23229</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Chao Y (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Roman,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Intel IPP uses the OpenMP for the internal threading. The&amp;nbsp;static version of the OpenMP library is deprecated from Intel Compiler at Windows. &amp;nbsp;If the code is using the threaded IPP function, it needs to depend on the&amp;nbsp;&amp;nbsp;libiomp5md.dll.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Chao&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Chao,&lt;/P&gt;

&lt;P&gt;Thank you for reply.&lt;BR /&gt;
	I&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;used static linking to avoid "DLL hell problem". In theory I can set a folder to load IPP DLLs via LoadLibrary function (in case of dynamic linking).&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;But IPP DLLs will load&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;libiomp5md.dll. And if some other application has loaded&amp;nbsp;&amp;nbsp;older version of libiomp5md.dll already, I will have a version conflict (conflict of two versions of&amp;nbsp;&amp;nbsp;libiomp5md.dll).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Is it possible to set in some IPP settings the folder to load proper version of&amp;nbsp;&amp;nbsp;libiomp5md.dll?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Best regards,&lt;BR /&gt;
	Roman&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 08:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Static-linking-with-IPP-8-2-threaded/m-p/1007284#M23229</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2015-10-12T08:20:01Z</dc:date>
    </item>
  </channel>
</rss>

