<?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 What I usually do when I need in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971574#M20627</link>
    <description>&lt;P&gt;What I usually do when I need to know if threading is working well, is to let the decoder decode a huge jpeg file, and just peek at the process monitor (Task Manager), to see that the cpu goes up on all cores.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2013 07:36:30 GMT</pubDate>
    <dc:creator>Thomas_Jensen1</dc:creator>
    <dc:date>2013-12-02T07:36:30Z</dc:date>
    <item>
      <title>UIC Multithreading</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971571#M20624</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I've been looking into JPEG decoding performance via UIC.&amp;nbsp; I've tried:&lt;/P&gt;

&lt;P&gt;1) ippSetNumThreads() called with 1, 4&lt;/P&gt;

&lt;P&gt;2) SetThreadingMode() called with JT_OLD, JT_RSTI&lt;/P&gt;

&lt;P&gt;3) SetNOfThreads() called with 1,4,16&lt;/P&gt;

&lt;P&gt;4) 8-bit jpegs with and without restart intervals&lt;/P&gt;

&lt;P&gt;None of the combinations of these settings produces a measureable difference in the exeuction time for decoding a single JPEG image.&amp;nbsp; The UIC we are using has been built with MS Visual Studio.&amp;nbsp; We are running IPP version 7.0.6.278.&lt;BR /&gt;
	&lt;BR /&gt;
	Any guidance on how to achieve the speedups as described in &lt;A href="http://software.intel.com/en-us/articles/jpeg-new-threading-model-in-ipp" target="_blank"&gt;http://software.intel.com/en-us/articles/jpeg-new-threading-model-in-ipp&lt;/A&gt; would be much appreciated.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	&lt;BR /&gt;
	Michal&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 23:05:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971571#M20624</guid>
      <dc:creator>Michal_D_</dc:creator>
      <dc:date>2013-10-31T23:05:43Z</dc:date>
    </item>
    <item>
      <title>UIC package allows you to</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971572#M20625</link>
      <description>&lt;P&gt;UIC package allows you to build source for Visual Studio for single threaded model and multithreaded model. Everything looks like you built UIC for single threaded model.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 04:49:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971572#M20625</guid>
      <dc:creator>Roman_T_</dc:creator>
      <dc:date>2013-11-11T04:49:08Z</dc:date>
    </item>
    <item>
      <title>Hi Michal,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971573#M20626</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;
&lt;P&gt;In order to benefit from UIC decoder multi-threading, you need to build UIC with OpenMP and static single-thread IPP libraries. In this case the parallelization starts on JPEG decoder level and the decoder will use single-threaded IPP functions to not suffer from oversubscription (when number of active threads is larger than number of CPU cores).&lt;/P&gt;
&lt;P&gt;As far as I see from samples' makefiles, UIC is built exactly this way: "/openmp /D "_IPP_SEQUENTIAL_STATIC"" options are set for compiler.&lt;/P&gt;
&lt;P&gt;Please, check.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sergey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971573#M20626</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2013-11-11T07:57:11Z</dc:date>
    </item>
    <item>
      <title>What I usually do when I need</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971574#M20627</link>
      <description>&lt;P&gt;What I usually do when I need to know if threading is working well, is to let the decoder decode a huge jpeg file, and just peek at the process monitor (Task Manager), to see that the cpu goes up on all cores.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2013 07:36:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/UIC-Multithreading/m-p/971574#M20627</guid>
      <dc:creator>Thomas_Jensen1</dc:creator>
      <dc:date>2013-12-02T07:36:30Z</dc:date>
    </item>
  </channel>
</rss>

