<?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 Performance Difference Between ipp Versions in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985152#M21707</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i use two algoritms (Foreground/Background Segmentation Using Histogram Model and Mixture of Gaussians) to obtain foreground and i use 3 different ipp versions:First one is ipp 6.0.0.062,second one is ipp 7.1.1.119 and last one is ipp 8.0.0.083.I expected more performance&amp;nbsp; with increased versions but i saw that ipp 6 is best,then ipp 8 and last one is ipp 7.What is the reason of this situations????&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2013 14:38:52 GMT</pubDate>
    <dc:creator>adem_metin_cali</dc:creator>
    <dc:date>2013-08-27T14:38:52Z</dc:date>
    <item>
      <title>Performance Difference Between ipp Versions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985152#M21707</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i use two algoritms (Foreground/Background Segmentation Using Histogram Model and Mixture of Gaussians) to obtain foreground and i use 3 different ipp versions:First one is ipp 6.0.0.062,second one is ipp 7.1.1.119 and last one is ipp 8.0.0.083.I expected more performance&amp;nbsp; with increased versions but i saw that ipp 6 is best,then ipp 8 and last one is ipp 7.What is the reason of this situations????&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 14:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985152#M21707</guid>
      <dc:creator>adem_metin_cali</dc:creator>
      <dc:date>2013-08-27T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Hi Adem (is it correct to use</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985153#M21708</link>
      <description>&lt;P&gt;Hi Adem (is it correct to use Adem as your name?),&lt;/P&gt;
&lt;P&gt;could you provide an output from ippcvLibraryVersion or at least an info on which cpu you have, what linking do you use - static or dynamic, performance difference you've faced with (in numeric form), OS, ia32/x64, etc. Currently nothing is clear from your post - no any information to help you or to provide an answer.&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:43:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985153#M21708</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2013-08-27T16:43:57Z</dc:date>
    </item>
    <item>
      <title>Quote:adem metin c. wrote:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985154#M21709</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;adem metin c. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i use two algoritms (Foreground/Background Segmentation Using Histogram Model and Mixture of Gaussians) to obtain foreground and i use 3 different ipp versions:First one is ipp 6.0.0.062,second one is ipp 7.1.1.119 and last one is ipp 8.0.0.083.I expected more performance&amp;nbsp; with increased versions but i saw that ipp 6 is best,then ipp 8 and last one is ipp 7.What is the reason of this situations????&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi, Adem!&lt;/P&gt;
&lt;P&gt;I had a very similar problem while migrating from ipp 6 to ipp 7. In my case ipp had a problem with internal threads (ipp&amp;lt;-&amp;gt;OpenMP interaction).&lt;/P&gt;
&lt;P&gt;I set number of threads to 1.&lt;/P&gt;
&lt;P&gt;ippSetNumThreads(1);&lt;/P&gt;
&lt;P&gt;After this modification ipp7 became as fast as ipp6.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 04:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985154#M21709</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2013-08-28T04:09:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Igor Astakhov (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985155#M21710</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Igor Astakhov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Adem (is it correct to use Adem as your name?),&lt;/P&gt;
&lt;P&gt;could you provide an output from ippcvLibraryVersion or at least an info on which cpu you have, what linking do you use - static or dynamic, performance difference you've faced with (in numeric form), OS, ia32/x64, etc. Currently nothing is clear from your post - no any information to help you or to provide an answer.&lt;/P&gt;
&lt;P&gt;regards, Igor&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Igor,&lt;/P&gt;
&lt;P&gt;First of all thanks for your interest.I have a i7-Q720 and 8 GB ram.I used only one video to measure performance that is 768x576 dimension and ,2 minutes 30 seconds.I used three different ipp versions:IPP 6.0.0.062,IPP 7.1.1.119 and IPP 8.0.0.083.I used Boost library to measure performance.And average performance informations are below:(Hour:Minutes:Seconds.Fractions)&lt;/P&gt;
&lt;P&gt;IPP 6.0.0.062=&amp;gt;Average Calculation Time Per Frame=00:00:00.101847(Dynamic Linkage)&lt;/P&gt;
&lt;P&gt;IPP 7.1.1.119=&amp;gt;Average Calculation Time Per Frame=00:00:00.125313(Default Linking Method)&lt;/P&gt;
&lt;P&gt;IPP 8.0.0.083=&amp;gt;Average Calculation Time Per Frame=00:00:00.112640(Default Linking Method)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 05:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985155#M21710</guid>
      <dc:creator>adem_metin_cali</dc:creator>
      <dc:date>2013-08-28T05:48:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;IPP 6.0.0.062=&gt;Average</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985156#M21711</link>
      <description>&amp;gt;&amp;gt;IPP 6.0.0.062=&amp;gt;Average Calculation Time Per Frame=00:00:00.101847(Dynamic Linkage)
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;IPP 7.1.1.119=&amp;gt;Average Calculation Time Per Frame=00:00:00.125313(Default Linking Method)
&amp;gt;&amp;gt;
&amp;gt;&amp;gt;IPP 8.0.0.083=&amp;gt;Average Calculation Time Per Frame=00:00:00.112640(Default Linking Method)

A couple of more questions: What C++ compiler and what options did you use? Was it the same C++ compiler for all 3 cases?</description>
      <pubDate>Wed, 28 Aug 2013 12:50:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985156#M21711</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-08-28T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Hi Sergey,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985157#M21712</link>
      <description>&lt;P&gt;Hi Sergey,&lt;/P&gt;
&lt;P&gt;First of all thanks for your interest.I used visual studio 2012 ide for all 3 cases.I did not use any special options.I set&amp;nbsp; few options for some C\C++ and Linker Options for boost library.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Adem Metin CALI&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:21:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985157#M21712</guid>
      <dc:creator>adem_metin_cali</dc:creator>
      <dc:date>2013-08-28T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Hi Roman,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985158#M21713</link>
      <description>&lt;P&gt;Hi Roman,&lt;/P&gt;
&lt;P&gt;First of all thanks for your interest.I examined your post and your problem was about multithrad library according to the intel ipp users guide.But my problem is different because i use always single threaded library.So i don't need to use ippSetNumThreads(1);.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Adem Metin CALI&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 08:57:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Performance-Difference-Between-ipp-Versions/m-p/985158#M21713</guid>
      <dc:creator>adem_metin_cali</dc:creator>
      <dc:date>2013-09-05T08:57:51Z</dc:date>
    </item>
  </channel>
</rss>

