<?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 Hi Ronifl,  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082229#M24819</link>
    <description>&lt;P&gt;Hi Ronifl,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The functions&amp;nbsp;&amp;nbsp;ippiWarpAffineLinear_8u_C3R&amp;nbsp;and&amp;nbsp;ippiResizeNearest_8u_C3R do not support internal threading.&lt;/P&gt;

&lt;P&gt;However these functions can be used for image processing by tiles with external threading.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font: 13px/18.2px Arial, Tahoma, Helvetica, sans-serif; color: rgb(102, 102, 102); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;Resizing a Tiled Image with One Prior Initialization: &lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/node/504353#TILING_IMAGE_WITH_ONE_INIT"&gt;https://software.intel.com/en-us/node/504353#TILING_IMAGE_WITH_ONE_INIT&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Warping a Tiled Image with One Prior Initialization: &lt;A href="https://software.intel.com/en-us/node/529049#TILED_IMAGE_WITH_ONE_INIT"&gt;https://software.intel.com/en-us/node/529049#TILED_IMAGE_WITH_ONE_INIT&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Valentin&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 07:05:40 GMT</pubDate>
    <dc:creator>Valentin_K_Intel</dc:creator>
    <dc:date>2016-06-02T07:05:40Z</dc:date>
    <item>
      <title>Rotate/Resize using more thread IPP 2017</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082227#M24817</link>
      <description>&lt;P&gt;Using&amp;nbsp;ippiWarpAffineLinear_8u_C3R &amp;nbsp;,&amp;nbsp;ippiResizeNearest_8u_C3R&lt;/P&gt;

&lt;P&gt;will it use one thread , or it's possible to set it to use more threads ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 18:17:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082227#M24817</guid>
      <dc:creator>Roni_F_</dc:creator>
      <dc:date>2016-06-01T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Hi Ronifl, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082228#M24818</link>
      <description>&lt;P&gt;Hi Ronifl,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What IPP version are you using? &amp;nbsp;There are some ways to using more threads&lt;/P&gt;

&lt;P&gt;1) you can create your own external threading on the function.&amp;nbsp;The external threading is recommended, which is more&amp;nbsp; effective than the internal threading.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;for example,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/threading-IPP-resize-with-TBB" target="_blank"&gt;https://software.intel.com/en-us/articles/threading-IPP-resize-with-TBB&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2) using IPP internal threading,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please see more in the article.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-threading-openmp-faq" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-threading-openmp-faq&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;Threading in Intel IPP 8.1 and earlier versions&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Threading within the deprecated multi-threaded add-on packages of the Intel IPP library is accomplished by use of the OpenMP* library. Intel IPP 8.0 continues the process of deprecating threading inside Intel IPP functions that was started in version 7.1. Though not installed by default, the threaded libraries can be installed so code written with these libraries will still work as before. However, moving to external threading is recommended.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 01:35:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082228#M24818</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-06-02T01:35:14Z</dc:date>
    </item>
    <item>
      <title>Hi Ronifl, </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082229#M24819</link>
      <description>&lt;P&gt;Hi Ronifl,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The functions&amp;nbsp;&amp;nbsp;ippiWarpAffineLinear_8u_C3R&amp;nbsp;and&amp;nbsp;ippiResizeNearest_8u_C3R do not support internal threading.&lt;/P&gt;

&lt;P&gt;However these functions can be used for image processing by tiles with external threading.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font: 13px/18.2px Arial, Tahoma, Helvetica, sans-serif; color: rgb(102, 102, 102); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;Resizing a Tiled Image with One Prior Initialization: &lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/node/504353#TILING_IMAGE_WITH_ONE_INIT"&gt;https://software.intel.com/en-us/node/504353#TILING_IMAGE_WITH_ONE_INIT&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Warping a Tiled Image with One Prior Initialization: &lt;A href="https://software.intel.com/en-us/node/529049#TILED_IMAGE_WITH_ONE_INIT"&gt;https://software.intel.com/en-us/node/529049#TILED_IMAGE_WITH_ONE_INIT&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Valentin&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 07:05:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Rotate-Resize-using-more-thread-IPP-2017/m-p/1082229#M24819</guid>
      <dc:creator>Valentin_K_Intel</dc:creator>
      <dc:date>2016-06-02T07:05:40Z</dc:date>
    </item>
  </channel>
</rss>

