<?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: IPP static multi-threading libraries in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852519#M6706</link>
    <description>&lt;DIV style="margin:0px;"&gt;Thank you very much for your reply !&lt;BR /&gt;Therewas no any info about *_t.lib in the specs.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Really we want to run in parallelsome multi-threadingmethods withnone multi-threading methods (simultaneously, not sequentially). More exactly,several images are processing in parallel (every image is sliced),using none multi-threading methods. But somemethods are applyedto full image so they should be multi-threading. Threrefore we need multi-threading and none multi-threading methods to be executed SIMULTANEOUSLY.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Are methods of multi-threading libraries may be freely mixedwith methods of none multi-threadinglibraries ?&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Nov 2008 07:30:00 GMT</pubDate>
    <dc:creator>vladimir12345</dc:creator>
    <dc:date>2008-11-16T07:30:00Z</dc:date>
    <item>
      <title>IPP static multi-threading libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852517#M6704</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;1. Some sources say that IPP static libraries are always none multi-threading, others -&lt;BR /&gt; there are 2 static versions: none- and multi-threading.&lt;BR /&gt; Doesit depend from IPP version ? I use IPP 5.3.3 and didn't find any static multi-threading version :-(&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;2.Ourproject uses static none multi-threadingIPP libraries(wemanage threadsyourself) but&lt;BR /&gt;  we want to call severalmethodsof IPP multi-threading librariesinside our project.&lt;BR /&gt;For this reason we created additionalwrapper librarythat wrappers methods of&lt;BR /&gt; IPP dynamic multi-threading libraries. Ourprojectis compiledwiththe staticlibrariesandour wrapper. &lt;BR /&gt; After this compilation the multi-threading methods don't work in multi-threading mode :-(&lt;BR /&gt; Though a&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;fter removing (for testing purpose) the static libraries from the project and re-compiling &lt;BR /&gt; the project with the wrapper only the multi-threading methodsare working in multi-threading mode.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; Could s&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;omebody clear this issue ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;Thanks,&lt;BR /&gt;Vladimir&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:40:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852517#M6704</guid>
      <dc:creator>vladimir12345</dc:creator>
      <dc:date>2008-11-06T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: IPP static multi-threading libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852518#M6705</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hello,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;originally, IPP did not have static multithreaded libraries. They were added only in IPP 5.3 version. You just need to look for ippXmerged&lt;STRONG&gt;_t&lt;/STRONG&gt;.lib libraries.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;If you want only few function use threading you may consider this approach:&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-link your application with IPP threaded libraries&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-call ippSetNumThreads(1) at the beginning of your application to disable threading&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-call ippSetNumThreads(N) before call of function you want to be threaded, call that functionandcall ippSetNumThreads(1) after that&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2008 16:45:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852518#M6705</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-11-07T16:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: IPP static multi-threading libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852519#M6706</link>
      <description>&lt;DIV style="margin:0px;"&gt;Thank you very much for your reply !&lt;BR /&gt;Therewas no any info about *_t.lib in the specs.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Really we want to run in parallelsome multi-threadingmethods withnone multi-threading methods (simultaneously, not sequentially). More exactly,several images are processing in parallel (every image is sliced),using none multi-threading methods. But somemethods are applyedto full image so they should be multi-threading. Threrefore we need multi-threading and none multi-threading methods to be executed SIMULTANEOUSLY.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;Are methods of multi-threading libraries may be freely mixedwith methods of none multi-threadinglibraries ?&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2008 07:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852519#M6706</guid>
      <dc:creator>vladimir12345</dc:creator>
      <dc:date>2008-11-16T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: IPP static multi-threading libraries</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852520#M6707</link>
      <description>&lt;DIV style="margin:0px;"&gt;Imay depend on the way you mix the threaded and non-threaded methods. I mean you most probably will not be able to link for example ippimerged.lib and ippimerged_t.lib in application simulteneously because of names conflict.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;But you may be able to call ippSetNumThreads(1) before functions you want to run in single thread mode and ippSetNumThreads(N) before function you want to use N threads to run.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;I would also recommend you to take a look on IPP DMIP (deferred mode image processing) sample which provide you high level API to construct your image processing pipeline and it will use IPP and threadinginternally, trying to utilize the knowledge on whole task (what each particular IPP function does not have)&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Regards,&lt;BR /&gt; Vladimir&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2008 11:00:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-static-multi-threading-libraries/m-p/852520#M6707</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-11-17T11:00:46Z</dc:date>
    </item>
  </channel>
</rss>

