<?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 IPP uses only a single thread in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801430#M3256</link>
    <description>please provide additional info: IPP library version:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;static void libInfo( void ){&lt;/P&gt;&lt;P&gt;const IppLibraryVersion *lib;&lt;/P&gt;&lt;P&gt;lib = ippiGetLibVersion();&lt;/P&gt;&lt;P&gt;printf( "CPU : %s\n", lib-&amp;gt;targetCpu );&lt;/P&gt;&lt;P&gt;printf( "Name : %s\n", lib-&amp;gt;Name );&lt;/P&gt;&lt;P&gt;printf( "Version : %s\n", lib-&amp;gt;Version );&lt;/P&gt;&lt;P&gt;printf( "Build date: %s\n", lib-&amp;gt;BuildDate );&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;&lt;BR /&gt;and function(s) you are using.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jan 2012 09:51:03 GMT</pubDate>
    <dc:creator>igorastakhov</dc:creator>
    <dc:date>2012-01-08T09:51:03Z</dc:date>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801424#M3250</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am using a few IPP function in my c++ code (cos. log, exp add mul etc.) on an 8 core machine.&lt;BR /&gt;&lt;BR /&gt;I am linkind with the ipp=common option.&lt;BR /&gt;&lt;BR /&gt;For some reason the calculation is done using only a single thread.&lt;BR /&gt;&lt;BR /&gt;I tried using:&lt;BR /&gt;&lt;BR /&gt;ippSetNumThreads(8);&lt;BR /&gt;&lt;BR /&gt;But I only get a single core usage with:&lt;BR /&gt;&lt;BR /&gt;ippGetNumThreads(&amp;amp;t);&lt;BR /&gt;&lt;BR /&gt;Any idea want I am missing?&lt;BR /&gt;&lt;BR /&gt;Thanks !&lt;BR /&gt;&lt;BR /&gt;Snir</description>
      <pubDate>Tue, 15 Feb 2011 07:30:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801424#M3250</guid>
      <dc:creator>snirgaz</dc:creator>
      <dc:date>2011-02-15T07:30:14Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801425#M3251</link>
      <description>Hi Snir &lt;BR /&gt;&lt;BR /&gt;You may run same problem asjaylord in &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=77146"&gt;http://software.intel.com/en-us/forums/showthread.php?t=77146&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;The key problem should make sure if the linked ipp libraries arethreaded libraries&lt;BR /&gt;for example, &lt;BR /&gt;ipp*.a are static serial library&lt;BR /&gt;ipp*_l.a are static threaded library&lt;BR /&gt;(make sure callippStaticInit() before any other Intel IPP function when linking static library ) ;&lt;BR /&gt;&lt;BR /&gt;ipp*.so are threaded dynamic library. &lt;BR /&gt;&lt;BR /&gt;Hope it helps, &lt;BR /&gt;Ying H.</description>
      <pubDate>Wed, 16 Feb 2011 02:07:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801425#M3251</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-02-16T02:07:11Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801426#M3252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the quick reply!&lt;BR /&gt;&lt;BR /&gt;I am using IPP 7.0 and linking dynamically, according to the Documentation (and your reply) they should be automaticly threaded.&lt;BR /&gt;&lt;BR /&gt;any clue?&lt;BR /&gt;&lt;BR /&gt;Snir</description>
      <pubDate>Wed, 16 Feb 2011 05:51:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801426#M3252</guid>
      <dc:creator>snirgaz</dc:creator>
      <dc:date>2011-02-16T05:51:18Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801427#M3253</link>
      <description>Hu Snir,&lt;BR /&gt;&lt;BR /&gt;not every function in IPP will use threading internally, please check with ThreadedFunctionsList.txt file to see if you can expect using threading in functions of your interest (the file is located in IPP documentation folder of your installation)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Wed, 16 Feb 2011 10:40:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801427#M3253</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2011-02-16T10:40:01Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801428#M3254</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have some problem when using IPP running on my new i7-2720QM processors.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I used ippSetNumThreads(&amp;amp;numThreads), which got 8. But ipp function always use single threads on my&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;laptop with i7-2720QM.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The same executable binary run well on my desktop with i7-920 using 8 threads.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any suggestion?&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Jan 2012 06:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801428#M3254</guid>
      <dc:creator>fishbupt</dc:creator>
      <dc:date>2012-01-05T06:40:33Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801429#M3255</link>
      <description>Did you checkin the Windows&lt;STRONG&gt;TaskManager&lt;/STRONG&gt; how many threads were actually created for your application?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey</description>
      <pubDate>Fri, 06 Jan 2012 13:55:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801429#M3255</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-01-06T13:55:28Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801430#M3256</link>
      <description>please provide additional info: IPP library version:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;static void libInfo( void ){&lt;/P&gt;&lt;P&gt;const IppLibraryVersion *lib;&lt;/P&gt;&lt;P&gt;lib = ippiGetLibVersion();&lt;/P&gt;&lt;P&gt;printf( "CPU : %s\n", lib-&amp;gt;targetCpu );&lt;/P&gt;&lt;P&gt;printf( "Name : %s\n", lib-&amp;gt;Name );&lt;/P&gt;&lt;P&gt;printf( "Version : %s\n", lib-&amp;gt;Version );&lt;/P&gt;&lt;P&gt;printf( "Build date: %s\n", lib-&amp;gt;BuildDate );&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;&lt;BR /&gt;and function(s) you are using.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2012 09:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801430#M3256</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-08T09:51:03Z</dc:date>
    </item>
    <item>
      <title>IPP uses only a single thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801431#M3257</link>
      <description>sorry, one addition: - of course for both CPUs - in order to be sure the same code is working on both.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Igor</description>
      <pubDate>Sun, 08 Jan 2012 09:52:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-uses-only-a-single-thread/m-p/801431#M3257</guid>
      <dc:creator>igorastakhov</dc:creator>
      <dc:date>2012-01-08T09:52:40Z</dc:date>
    </item>
  </channel>
</rss>

