<?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: ippi and parallelization in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910372#M14078</link>
    <description>&lt;BR /&gt;ippSetNumThreads(1) did it!&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If you control threads by yourself, it might be better to not to use automatic internal &lt;BR /&gt;&amp;gt; threading feature of IPP.&lt;BR /&gt;&lt;BR /&gt;Yes, I use pthreads.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;-Simon&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Sep 2006 03:29:25 GMT</pubDate>
    <dc:creator>simon_leonard</dc:creator>
    <dc:date>2006-09-21T03:29:25Z</dc:date>
    <item>
      <title>ippi and parallelization</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910370#M14076</link>
      <description>I have one question regarding the use of ippi and parallel threads.&lt;BR /&gt;&lt;BR /&gt;I have this computationally intensive program running on a P4 dual core that uses two cameras simultaneously. A thread is created for each camera at each frame so they can be parallelized.&lt;BR /&gt;&lt;BR /&gt;When I run the program without ippi (using home made functions) I get a processing time of 0.100sec when using a single camera and 0.103sec when using two cameras. A clear sign that the thread are being parallelized on the dual core. Awsome :)&lt;BR /&gt;&lt;BR /&gt;However, when I use ippi, I get 0.084sec for one camera (thanks ippi for shaving 0.016sec), but, and here is what I don't understand, 0.170sec when using both cameras. Which suggest that the threads aren't being parallelized :(&lt;BR /&gt;&lt;BR /&gt;Is there something that I should know about ippi that would enable parallel thread? I'm using ipp v5.1 (Linux). Has anybody else solved something like this?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;-Simon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:44:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910370#M14076</guid>
      <dc:creator>simon_leonard</dc:creator>
      <dc:date>2006-09-20T18:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: ippi and parallelization</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910371#M14077</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you control threads by yourself, it might be better to not to use automatic internal threading feature of IPP. I think for your case it would be much more effective if you implement threading by yourself, on above IPP level (in many cases it is possible to process images by separateslices in parallel). You have two options to turn off internal IPP threading:&lt;/P&gt;
&lt;P&gt;-use IPP static libraries&lt;BR /&gt;-call ippSetNumThreads(1) for shared libraries, somewhere at the start of your application.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2006 20:25:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910371#M14077</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-09-20T20:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: ippi and parallelization</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910372#M14078</link>
      <description>&lt;BR /&gt;ippSetNumThreads(1) did it!&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If you control threads by yourself, it might be better to not to use automatic internal &lt;BR /&gt;&amp;gt; threading feature of IPP.&lt;BR /&gt;&lt;BR /&gt;Yes, I use pthreads.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;-Simon&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2006 03:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910372#M14078</guid>
      <dc:creator>simon_leonard</dc:creator>
      <dc:date>2006-09-21T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: ippi and parallelization</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910373#M14079</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;how do you find IPP functionality, performance, easy of use? What IPP samples were most useful for you? Which areas from your point of view require more or better samples?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2006 16:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-and-parallelization/m-p/910373#M14079</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-10-12T16:46:11Z</dc:date>
    </item>
  </channel>
</rss>

