<?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 IJL vs IPP: CPU Usage in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860583#M7697</link>
    <description>&lt;DIV&gt;PC Used to Test:&lt;/DIV&gt;
&lt;DIV&gt;Xeon Processor&lt;STRONG&gt;W3520&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;6GB RAM&lt;BR /&gt;&lt;/B&gt;NVIDIA Quadro FX1800&lt;/DIV&gt;
&lt;DIV&gt;WinXP&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;CPU measurement tool: windows task manager&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
We have a application that can use either IPP or IJL to decode Jpeg's. we take in 5 streams from IP cameras at 1280x720.
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;With IPP we put the cameras at 20FPS, we receive fine at 20 and display at 20 but the CPU is 100% usage. we put the cameras at 30FPS everything is fine and it displays at 30 but the CPU is 100%. If we put it at 10FPS it runs fine, displays good but CPU is still 100%.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;With IJL we put the cameras to 20FPS, displays fine at 20FPS and the CPU is about 15%, we put the cameras to 30 fps 17%&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 26 Mar 2010 17:57:21 GMT</pubDate>
    <dc:creator>stevena</dc:creator>
    <dc:date>2010-03-26T17:57:21Z</dc:date>
    <item>
      <title>IJL vs IPP: CPU Usage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860583#M7697</link>
      <description>&lt;DIV&gt;PC Used to Test:&lt;/DIV&gt;
&lt;DIV&gt;Xeon Processor&lt;STRONG&gt;W3520&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;6GB RAM&lt;BR /&gt;&lt;/B&gt;NVIDIA Quadro FX1800&lt;/DIV&gt;
&lt;DIV&gt;WinXP&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;CPU measurement tool: windows task manager&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
We have a application that can use either IPP or IJL to decode Jpeg's. we take in 5 streams from IP cameras at 1280x720.
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;With IPP we put the cameras at 20FPS, we receive fine at 20 and display at 20 but the CPU is 100% usage. we put the cameras at 30FPS everything is fine and it displays at 30 but the CPU is 100%. If we put it at 10FPS it runs fine, displays good but CPU is still 100%.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;With IJL we put the cameras to 20FPS, displays fine at 20FPS and the CPU is about 15%, we put the cameras to 30 fps 17%&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Mar 2010 17:57:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860583#M7697</guid>
      <dc:creator>stevena</dc:creator>
      <dc:date>2010-03-26T17:57:21Z</dc:date>
    </item>
    <item>
      <title>IJL vs IPP: CPU Usage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860584#M7698</link>
      <description>In terms of the IPP code, I have seen similar performance in the past and I think it may be due to the built-in OpenMP threading. The OpenMP threading built into IPP is trying to speed up certain operations by splitting the work up to multiple threads (1 per core). What may be happening is that when the OpenMP worker threads no longer have work to do, they busy wait until more work is available to avoid a context switch. So what may look like 100% utilization is really busy waiting for more work.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 22:01:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860584#M7698</guid>
      <dc:creator>pvonkaenel</dc:creator>
      <dc:date>2010-03-26T22:01:13Z</dc:date>
    </item>
    <item>
      <title>IJL vs IPP: CPU Usage</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860585#M7699</link>
      <description>Yes, check the ThreadedFunctionsList.txt file to see if the IPP functions being used are multi-threaded. If so, it is very likely that the CPU usage meter is measuring OpenMP "busy work" and not necessarily IPP work.</description>
      <pubDate>Fri, 26 Mar 2010 23:33:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IJL-vs-IPP-CPU-Usage/m-p/860585#M7699</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-03-26T23:33:28Z</dc:date>
    </item>
  </channel>
</rss>

