<?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:Threading layer functions in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1280453#M27675</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Hi Karthik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Thanks for reaching out to us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;I style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Should i use OpenMP or use Threading layer functions&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Intel® Integrated Performance Primitives (Intel® IPP) library provides threading layer (TL) functions for image processing. Threading Layer depends on the OpenMP* or Intel® Threading Building Blocks (Intel® TBB) library according to the selected threading type. Please refer: &lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/intel-integrated-performance-primitives-concepts-1/threading-layer-functions.html" rel="noopener noreferrer" target="_blank" style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;U&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/intel-integrated-performance-primitives-concepts-1/threading-layer-functions.html&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;I style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;can you provide examples on using threading layer functions.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;The source code and corresponding header files are available in the components_and_examples_&amp;lt;os&amp;gt;.zip archive inside the &amp;lt;ipp directory&amp;gt;/components subdirectory. You can go through the existing samples which are provided under interfaces/tl/examples directory for better understanding of threading layer functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Let us know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Vidya.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 May 2021 06:51:33 GMT</pubDate>
    <dc:creator>VidyalathaB_Intel</dc:creator>
    <dc:date>2021-05-11T06:51:33Z</dc:date>
    <item>
      <title>Threading layer functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1280205#M27674</link>
      <description>&lt;P&gt;I am trying to parallelize a serial code on video working frame by frame where i divide each frame into number of blocks and do the necessary processing .&lt;/P&gt;
&lt;P&gt;Now i want to parallelize the part where i process each block of image.&lt;/P&gt;
&lt;P&gt;Should i use OpenMP or use Threading layer functions from IPPI documentation?&lt;/P&gt;
&lt;P&gt;And can you provide examples on using threading layer functions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried openMP it seemed to do the processing but the output file is not arranged properly.&lt;/P&gt;
&lt;P&gt;I am beginner in IPP and OpenMP&lt;/P&gt;
&lt;P&gt;Any source for study will be helpful&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 10:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1280205#M27674</guid>
      <dc:creator>karthi127</dc:creator>
      <dc:date>2021-05-10T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re:Threading layer functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1280453#M27675</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Hi Karthik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Thanks for reaching out to us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;I style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Should i use OpenMP or use Threading layer functions&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Intel® Integrated Performance Primitives (Intel® IPP) library provides threading layer (TL) functions for image processing. Threading Layer depends on the OpenMP* or Intel® Threading Building Blocks (Intel® TBB) library according to the selected threading type. Please refer: &lt;/SPAN&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/intel-integrated-performance-primitives-concepts-1/threading-layer-functions.html" rel="noopener noreferrer" target="_blank" style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;U&gt;https://software.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-2-image-processing/intel-integrated-performance-primitives-concepts-1/threading-layer-functions.html&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;I style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;can you provide examples on using threading layer functions.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;The source code and corresponding header files are available in the components_and_examples_&amp;lt;os&amp;gt;.zip archive inside the &amp;lt;ipp directory&amp;gt;/components subdirectory. You can go through the existing samples which are provided under interfaces/tl/examples directory for better understanding of threading layer functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Let us know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Vidya.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2021 06:51:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1280453#M27675</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-05-11T06:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Threading layer functions</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1282356#M27689</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;
&lt;P&gt;Thanks for accepting as a solution.&lt;/P&gt;
&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you require any additional assistance from Intel, please start a new thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a Good day.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 16:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Threading-layer-functions/m-p/1282356#M27689</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-06-21T16:14:00Z</dc:date>
    </item>
  </channel>
</rss>

