<?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: performance diff between multi-core and multi-proc? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901817#M12879</link>
    <description>&lt;P&gt;Hello Pete,&lt;/P&gt;
&lt;P&gt;IPP work on multi-processor, multi-core systems. And of course you will need to specifically optimize your application to take the most fromsystem with 8 or more available cores (although, your legacy code will also run). The particular optimization technique is very specific for application and amount of data it should process.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2008 18:44:58 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-08-19T18:44:58Z</dc:date>
    <item>
      <title>performance diff between multi-core and multi-proc?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901816#M12878</link>
      <description>My company is considering building a customized multi-processor machine, where each processor is a 2 or 4 core processor. Will IPP work for us in such an environment? We have only used single 2-core processors before.&lt;BR /&gt;&lt;BR /&gt;Are there any performance issues to be aware of? Should we optimize the app so that each processor has its own memory space?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 18:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901816#M12878</guid>
      <dc:creator>petemoss</dc:creator>
      <dc:date>2008-08-19T18:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: performance diff between multi-core and multi-proc?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901817#M12879</link>
      <description>&lt;P&gt;Hello Pete,&lt;/P&gt;
&lt;P&gt;IPP work on multi-processor, multi-core systems. And of course you will need to specifically optimize your application to take the most fromsystem with 8 or more available cores (although, your legacy code will also run). The particular optimization technique is very specific for application and amount of data it should process.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2008 18:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901817#M12879</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-19T18:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: performance diff between multi-core and multi-proc?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901818#M12880</link>
      <description>Thanks Vladimir.&lt;BR /&gt;&lt;BR /&gt;The app in question would be processing thousands of very large images. It sounds like IPP wont give me any problems.&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2008 18:57:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901818#M12880</guid>
      <dc:creator>petemoss</dc:creator>
      <dc:date>2008-08-19T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: performance diff between multi-core and multi-proc?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901819#M12881</link>
      <description>&lt;P&gt;Yes,IPP itself should not cause problem. It was developed to be thread safe (you can call the same functions in different threads on different data and they will not interfere with each other). And it also was designed to utilize threading automatically on multi-core systems (when you link with IPP DLLs or IPP threaded static libraries). We also provide not threaded static libraries, which can be used in OS kernel mode or when application take care on threading above IPP. For many core systems (8 cores and more) it might be benefitial to implement threading on top of IPP, so application will have full control on threads. I would recommend you to take a look on Deferred Mode Image Processing (DMIP) layer we provide in IPP 6.0 beta. It is binary library built on top of IPP which help efficiently work with large images, keeping application memory working set small enough to fit processor L2 cache. The DMIP also implement threading on top of IPP.&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Another good sample is image-tiling IPP sample, which demostrate how you can use IPP to process large images by tiles.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2008 19:27:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/performance-diff-between-multi-core-and-multi-proc/m-p/901819#M12881</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-08-19T19:27:14Z</dc:date>
    </item>
  </channel>
</rss>

