<?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 ippiFilterBox_8u on IPP 6.1 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794772#M2687</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;ippiFilterBox_8u_C1R has low level optimization for kernels 3x3, 5x5 and 7x7. Note that cases for kernels 5x5 and 7x7 are optimized for Core 2 processors and higher.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Sat, 19 Jun 2010 20:40:09 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-06-19T20:40:09Z</dc:date>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794765#M2680</link>
      <description>Is this function lack any SSE/2/3 optimization? I found that it realization do not use anySIMDinstruction even though it have different implementation for windows with areas less than8100 pixels and above. It hard tobelievethat box filter function couldn't utilizeSIMDpower.</description>
      <pubDate>Fri, 18 Jun 2010 20:52:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794765#M2680</guid>
      <dc:creator>zab</dc:creator>
      <dc:date>2010-06-18T20:52:03Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794766#M2681</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm not sure how you realize what instructions this function does use and what it does not. FilterBox function do have processor specific code and you may notice that it has different performance on different processors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Fri, 18 Jun 2010 20:58:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794766#M2681</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-06-18T20:58:12Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794767#M2682</link>
      <description>In Debug mode in disassembler it never fell to any sse instruction even though it comes from *t7.dll... may be it actually use sse3 but in some conditions on image size and on window size but I don'twannacheck every conditionalbranchin this library. Can you name the case in which it rely on sse3 optimization?</description>
      <pubDate>Fri, 18 Jun 2010 21:21:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794767#M2682</guid>
      <dc:creator>zab</dc:creator>
      <dc:date>2010-06-18T21:21:58Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794768#M2683</link>
      <description>We provide IPP functions performance data with each IPP release. These data obtained on different supported processors and in case of image processing functions you may see difference in performance of the same function when it runs on different processors.&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Fri, 18 Jun 2010 21:25:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794768#M2683</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-06-18T21:25:27Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794769#M2684</link>
      <description>Where can I find this performance data in my IPP release?</description>
      <pubDate>Fri, 18 Jun 2010 21:55:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794769#M2684</guid>
      <dc:creator>zab</dc:creator>
      <dc:date>2010-06-18T21:55:32Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794770#M2685</link>
      <description>One way to compare the differences in performance for a specific function is to use the perfsys tool in the tools directory. You can trick perfsys into using a specific SSE instruction set by temporarily removing all the DLL files except those that match the architecture of interest from the path. For example, if you want to test the performance ofippiFilterBox on the px architecture, remove the p8, s8, t7, and w7 versions of theDLL and then run the perfsys test.Repeat for each of theother architectures. Remember to leave the unadorned DLL in place (the one without an architecture designator) since that is theentry point that then dispatchesto the architecture-specific version of the library.</description>
      <pubDate>Fri, 18 Jun 2010 22:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794770#M2685</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-06-18T22:35:11Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794771#M2686</link>
      <description>So... I use this tool with this command lines&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;ps_ippi.exe -f=ippiFilterBox_8u_C1R -YHIGH -dMethod=Manual -dImageSize=1920x1080&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;-dNumLoops=50000 -N1 -TPP -RPP.csv&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ps_ippi.exe -f=ippiFilterBox_8u_C1R -YHIGH -dMethod=Manual -dImageSize=1920x1080&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;-dNumLoops=50000 -N1 -TSSE3 -RSSE3.csv&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;first one is for simple assembler optimization and the second for P4 with SSE3.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;The result for first one is&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,3x3,-,-,-,-,nLps=5000,18.2,pxch,1.16e+004,-&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,5x5,-,-,-,-,nLps=5000,18.2,pxch,1.16e+004,-&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;and for the second&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,3x3,-,-,-,-,nLps=5000,8.75,pxch,5.56e+003,-&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,5x5,-,-,-,-,nLps=5000,20.5,pxch,1.31e+004,-&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;for Box filter with window size 3x3 *t7.dll actually run faster: 8.75 ticks per pixel compare to 18.2 tpp. But filtering with bigger windows even loose some speed 20.5 tpp vs 18.2 tpp!&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;I dont know how to set a window bigger than 90x90 in this tool, looking in disassembler I found three different modes for windows of size 3x3 for windows less than 90x90 and for bigger windows sizes.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;Can youpleaseask an actual developer of this IPP Image library to clarify in which cases forwhichwindow sizes this function are optimized. I need to know this!&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;If Intel do not optimize this function for windowsbiggerthan 3x3 I will try to find a faster implementation for box filter or even try to make my own implementationwhichwill utilize the power of SSE instructions.But if Inteltriedto make it faster and failed in this task, than I will not try to speed this part of filter for now and willfocuson the other bottleneck of a program.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Jun 2010 14:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794771#M2686</guid>
      <dc:creator>zab</dc:creator>
      <dc:date>2010-06-19T14:20:04Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794772#M2687</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;ippiFilterBox_8u_C1R has low level optimization for kernels 3x3, 5x5 and 7x7. Note that cases for kernels 5x5 and 7x7 are optimized for Core 2 processors and higher.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Sat, 19 Jun 2010 20:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794772#M2687</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-06-19T20:40:09Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794773#M2688</link>
      <description>Ive tested it onCore 2 Quad processor:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;-TPP:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,3x3,-,-,-,-,nLps=5000,7.31,pxch,5.42e+003,-&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;ippiFilterBox,8u,C1R,1920x1080,5x5,-,-,-,-,nLps=5000,7.31,pxch,5.41e+003,-&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;-TSSE3:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;ippiFilterBox,8u,C1R,1920x1080,3x3,-,-,-,-,nLps=5000,3.72,pxch,2.75e+003,-&lt;/DIV&gt;&lt;DIV&gt;ippiFilterBox,8u,C1R,1920x1080,5x5,-,-,-,-,nLps=5000,11.3,pxch,8.36e+003,-&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;-TSSE41:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;ippiFilterBox,8u,C1R,1920x1080,3x3,-,-,-,-,nLps=5000,2.20,pxch,1.63e+003,-&lt;/DIV&gt;&lt;DIV&gt;ippiFilterBox,8u,C1R,1920x1080,5x5,-,-,-,-,nLps=5000,11.5,pxch,8.5e+003,-&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;so... 5x5 still slower in modern optimization libraries... how could it be? uve never tested it? too bad for intel...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Anyway I need to use box filter with windows bigger than 7x7, box filter could be done in linear time and one part of a filter need to sum up andsubtracta row, Ibelievethis could be done faster with SIMD.&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Jun 2010 23:28:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794773#M2688</guid>
      <dc:creator>zab</dc:creator>
      <dc:date>2010-06-19T23:28:34Z</dc:date>
    </item>
    <item>
      <title>ippiFilterBox_8u on IPP 6.1</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794774#M2689</link>
      <description>&lt;P&gt;I think Core2 optimization for this function was added in IPP 7.0 beta. You are right, it make sense to usedifferent algorithm for relatively bigfilter kernels, to provide lienar computation time. We consider that improvement for future versions of IPP. For now, you may consider combination of computation integral image and simple arithmetic operation on kernel corner points to compute filter box with linear time for big kernels.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2010 17:29:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippiFilterBox-8u-on-IPP-6-1/m-p/794774#M2689</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-06-20T17:29:09Z</dc:date>
    </item>
  </channel>
</rss>

