<?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 not faster than standard implementation in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881856#M10296</link>
    <description>Here is an example: &lt;BR /&gt;&lt;BR /&gt; Ipp64u t1, t2;&lt;BR /&gt; Ipp32s *pSrc[Nbuffers], *pDst[Nbuffers];&lt;BR /&gt;&lt;BR /&gt; // ...&lt;BR /&gt;&lt;BR /&gt; t1 = ippGetCpuClocks();&lt;BR /&gt; for (i=0; i &amp;lt; Nbuffers; ++i)&lt;BR /&gt;  ippsCopy_32s(pSrc&lt;I&gt;, pDst&lt;I&gt;, N);&lt;BR /&gt; t2 = ippGetCpuClocks();&lt;BR /&gt; printf("Time for ippsCopy: %s
", hyperToString((t2-t1)/100000).c_str());&lt;BR /&gt;&lt;BR /&gt; t1 = ippGetCpuClocks();&lt;BR /&gt; for (i=0; i &amp;lt; Nbuffers; ++i)&lt;BR /&gt;  memcpy(pDst&lt;I&gt;, pSrc&lt;I&gt;, N*sizeof(pSrc[0][0]));&lt;BR /&gt; t2 = ippGetCpuClocks();&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Fri, 07 Dec 2007 07:39:01 GMT</pubDate>
    <dc:creator>Manuel_P_</dc:creator>
    <dc:date>2007-12-07T07:39:01Z</dc:date>
    <item>
      <title>IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881854#M10294</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I did some performance comparisons, used Intel C++ compiler 9.1 for Windows. &lt;BR /&gt;&lt;BR /&gt;ippsCopy_32s vs. memcpy: exactly the same speed. &lt;BR /&gt;ippsConvert_16s32f is slower than the standard C type cast (float) in a loop. &lt;BR /&gt;The ipps_zlib is slower than a standard zlib library. &lt;BR /&gt;&lt;BR /&gt;Do you have an explanation for this? &lt;BR /&gt;What am I doing wrong? (I used Dynamic Linkage.)&lt;BR /&gt;What performance gains could be expected usually?&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Martin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 16:19:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881854#M10294</guid>
      <dc:creator>Manuel_P_</dc:creator>
      <dc:date>2007-12-06T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881855#M10295</link>
      <description>&lt;P&gt;hi, could you tell us how you actually compared the performance, is it using Gettickcount of the windows or some other way?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2007 04:07:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881855#M10295</guid>
      <dc:creator>Venkatrajk_K_Intel</dc:creator>
      <dc:date>2007-12-07T04:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881856#M10296</link>
      <description>Here is an example: &lt;BR /&gt;&lt;BR /&gt; Ipp64u t1, t2;&lt;BR /&gt; Ipp32s *pSrc[Nbuffers], *pDst[Nbuffers];&lt;BR /&gt;&lt;BR /&gt; // ...&lt;BR /&gt;&lt;BR /&gt; t1 = ippGetCpuClocks();&lt;BR /&gt; for (i=0; i &amp;lt; Nbuffers; ++i)&lt;BR /&gt;  ippsCopy_32s(pSrc&lt;I&gt;, pDst&lt;I&gt;, N);&lt;BR /&gt; t2 = ippGetCpuClocks();&lt;BR /&gt; printf("Time for ippsCopy: %s
", hyperToString((t2-t1)/100000).c_str());&lt;BR /&gt;&lt;BR /&gt; t1 = ippGetCpuClocks();&lt;BR /&gt; for (i=0; i &amp;lt; Nbuffers; ++i)&lt;BR /&gt;  memcpy(pDst&lt;I&gt;, pSrc&lt;I&gt;, N*sizeof(pSrc[0][0]));&lt;BR /&gt; t2 = ippGetCpuClocks();&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 07 Dec 2007 07:39:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881856#M10296</guid>
      <dc:creator>Manuel_P_</dc:creator>
      <dc:date>2007-12-07T07:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881857#M10297</link>
      <description>&lt;P&gt;If your buffers are small than memcpy (which inlined by compiler) will be faster then call to DLL, is not it?&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2007 08:00:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881857#M10297</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-07T08:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881858#M10298</link>
      <description>Intel's new book "Optimizing Applications for Multi-Core Processors" says at page 77 (Figure 5.2) that ippsCopy is always faster than memcpy independent of the array length. &lt;BR /&gt;Unfortunately, I cannot reproduce this. &lt;BR /&gt;The buffer sizes I used are: &lt;BR /&gt;N=1000; (this is the array length)&lt;BR /&gt;Nbuffers=30000; (so the test was repeated in a loop 30000 times to provide reliable timings). &lt;BR /&gt;I tried different other values for N and Nbuffer, but memcpy and ippsCopy are always equally fast. &lt;BR /&gt;&lt;BR /&gt;Cheers, Martin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 08:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881858#M10298</guid>
      <dc:creator>Manuel_P_</dc:creator>
      <dc:date>2007-12-07T08:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881859#M10299</link>
      <description>&lt;P&gt;If you compile your code with Intel C compilerthen for the memcpy/ippsCopy you compare mostly the same code as Intel compiler use the same optimized kernel from ippsCopy.&lt;/P&gt;
&lt;P&gt;Regarding your note on zlib - could you please provide more details, what you actually compare, what conditions, what is IPP version, what is data you work with.&lt;/P&gt;
&lt;P&gt;Our testing shows performance benefits for IPP optimized zlib over standard zllib. That is why it was stated in IPP book. You may fall into some specific conditions where it is not so, we would like to understand what is actually happen within your test.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimr&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2007 18:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881859#M10299</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-12-07T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881860#M10300</link>
      <description>I found that for ippAffine release version(IPP5.2 version) speedup is slower than standard implementation.But debug version is faster than standard implementation when run in debug mode.What might be the difference .&lt;BR /&gt;Can you please tell what i have to do to make the release vesion more faster&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 15:04:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881860#M10300</guid>
      <dc:creator>murali_523</dc:creator>
      <dc:date>2008-01-09T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881861#M10301</link>
      <description>In initially i had written a function to do a affine transformation of given source image to dest. image.The source image is scale form 512*512 to 1024*1024.&lt;BR /&gt;I found that for ippAffine release version(IPP5.2 version) speed is
slower than standard implementation.&lt;BR /&gt;But debug version is faster than
standard implementation when run in debug mode.&lt;BR /&gt;What might be the problem .&lt;BR /&gt;
Can you please tell what i have to do to make the release vesion more faster&lt;BR /&gt;&lt;BR /&gt;I am using dynamic linking.My processor type is P4. 3GHz and Ippi is loading Ippit7 dll when i run my application.</description>
      <pubDate>Wed, 09 Jan 2008 15:45:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881861#M10301</guid>
      <dc:creator>murali_523</dc:creator>
      <dc:date>2008-01-09T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881862#M10302</link>
      <description>The function i used is ippiWarpAffine_16u_C1R.Both source and destination image buffers i allocoted on the virtual memory and not on heap.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 16:01:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881862#M10302</guid>
      <dc:creator>murali_523</dc:creator>
      <dc:date>2008-01-09T16:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881863#M10303</link>
      <description>I am trying to interpolate the image using bicubic interpolation.Is there any difference in performance between release and debug.I found the release is much slower the standard implementation which runs in release mode .But in debug mode it is faster than standard implementation.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 16:05:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881863#M10303</guid>
      <dc:creator>murali_523</dc:creator>
      <dc:date>2008-01-09T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: IPP not faster than standard implementation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881864#M10304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you do not have debug version of IPP (itnever was released). If you experience difference in performance in your application for debug vs release build you need to check what is wrong in your application because in both cases you use release version of IPP binaries.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2008 17:14:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881864#M10304</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-09T17:14:25Z</dc:date>
    </item>
    <item>
      <title>I found this post because I</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881865#M10305</link>
      <description>&lt;P&gt;I found this post because I searched for "ippsConvert_16s32f is slower".&lt;/P&gt;&lt;P&gt;I have found the same using&amp;nbsp;ippIP AVX (e9) 2020.0.1&lt;/P&gt;&lt;P&gt;What is interesting is that I found&amp;nbsp;ippsConvert_16s32f to be 3-4 times faster if&amp;nbsp;m7_ippsConvert_16s32f is used instead of&amp;nbsp;e9_ippsConvert_16s32f.&lt;/P&gt;&lt;P&gt;I set this by calling&amp;nbsp;ippSetCpuFeatures(PX_FM). Other IPP procedures perform faster when set to E9 as expected, but it seems that the M7 short-&amp;gt;float conversion has some advantage.&lt;/P&gt;&lt;P&gt;The CPU I am testing with is:&lt;/P&gt;&lt;P&gt;AMD A10-7800 Radeon R7&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 23:05:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-not-faster-than-standard-implementation/m-p/881865#M10305</guid>
      <dc:creator>blakepgm</dc:creator>
      <dc:date>2020-05-17T23:05:15Z</dc:date>
    </item>
  </channel>
</rss>

