<?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 Bug report: WinKaiser results contain NAN on x64 platform in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835989#M5947</link>
    <description>The fix of that problem will available in the version 7.0 Update 2.</description>
    <pubDate>Wed, 10 Nov 2010 08:33:16 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-11-10T08:33:16Z</dc:date>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835983#M5941</link>
      <description>&lt;P&gt;Hi there.&lt;BR /&gt;&lt;BR /&gt;I have a simple example below that exhibits this problem I'm having with the WinKaiser function. I get a NAN in the middle of my output array, with no error indication from IPP.&lt;BR /&gt;&lt;BR /&gt;I tested it on multiple x64 processors. The code does notwork in x64, but does not exhibit the error on ia32. a particular I am using IPP 6.1 Build 137.56. &lt;BR /&gt;&lt;BR /&gt;FYI...I checked the 6.1 errata list and did not see this error addressed. Does anybody know more about this issue? Thanks!&lt;BR /&gt;&lt;BR /&gt;Code below:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;void simpleWinKaiserTest()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; // For len = 278650,the Kaiser window has 1.#QNaN values at ~len/2&lt;/P&gt;&lt;P&gt; // The IppStatus does not reflect an error condition.&lt;/P&gt;&lt;P&gt; // This occurs when using the IPP 6.1 build 137.56 (em64t), &lt;BR /&gt; //Tested withXeon E5520 and Celeron 550 processors&lt;/P&gt;&lt;P&gt; // Note: The same example works without error on ia32&lt;/P&gt;&lt;P&gt; /*&lt;/P&gt;&lt;P&gt; Actual returned output:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; ippsSet_32f() IppStatus returned 0&lt;/P&gt;&lt;P&gt;  ippsWinKaiser_32f_I() IppStatus returned 0&lt;/P&gt;&lt;P&gt; pDst[139324] = 1.#QNAN&lt;/P&gt;&lt;P&gt; pDst[139325] = 1.#QNAN&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt; IppStatus s;&lt;/P&gt;&lt;P&gt; Ipp32s len = 278650;&lt;/P&gt;&lt;P&gt; Ipp32f* pDst = ippsMalloc_32f(len);&lt;/P&gt;&lt;P&gt; if (pDst)&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;s = ippsSet_32f(1, pDst, len);&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;printf("ippsSet_32f() IppStatus returned %d\\n", s);&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;&lt;BR /&gt;IppStatus s=ippsWinKaiser_32f_I(pDst, len, 0.0001f);&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;printf("ippsWinKaiser_32f_I() IppStatus returned %d\\n", s);&lt;BR /&gt;&lt;BR /&gt;Ipp32s badIndex = 139324;&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;printf("pDst[%d] = %1.5f\\n",badIndex, pDst[badIndex]);&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;badIndex++;&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;printf("pDst[%d] = %1.5f\\n",badIndex, pDst[badIndex]);&lt;/P&gt;&lt;P style="padding-left: 40pt;"&gt;ippsFree(pDst);&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; else &lt;/P&gt;&lt;P&gt;printf("malloc error\\n");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 20 Aug 2010 22:23:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835983#M5941</guid>
      <dc:creator>devtree</dc:creator>
      <dc:date>2010-08-20T22:23:56Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835984#M5942</link>
      <description>Hi Soraya,&lt;DIV&gt;this is an unknown problem.&lt;/DIV&gt;&lt;DIV&gt;what is the linking line?&lt;/DIV&gt;&lt;DIV&gt;what IPP version you are using? ( please look in ..\doc\ippsupport.txt file and what isPackage ID?)&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Sat, 21 Aug 2010 06:36:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835984#M5942</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-08-21T06:36:56Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835985#M5943</link>
      <description>Soraya,&lt;DIV&gt;I reproduce the problem with IPP 6.1 Upodate 5, dynamic linking with em64t libs on Core 2 Duo CPU. The same result happaned when out of place Kaiser function has been tested.&lt;/DIV&gt;&lt;DIV&gt;We will investiagate the cause if the probelm and back to you asap.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Aug 2010 05:34:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835985#M5943</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-08-23T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835986#M5944</link>
      <description>&lt;P&gt;Hi Soraya&lt;SPAN style="font-size: 10.8333px;"&gt;, just for your information.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.8333px;"&gt;This issue has been submitted to our internal development tracking
database for further investigation, we will inform you once a new update
becomes available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;
Here is a bug tracking number for your reference: DPD200191191.&lt;BR /&gt;
Regards, Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2010 11:48:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835986#M5944</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-08-23T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835987#M5945</link>
      <description>&lt;P&gt;Hi Gennady,&lt;BR /&gt;&lt;BR /&gt;Thanks for looking into it. I will wait from the outcome of the investigation.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;- Soraya&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2010 19:54:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835987#M5945</guid>
      <dc:creator>devtree</dc:creator>
      <dc:date>2010-08-24T19:54:30Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835988#M5946</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;Is there any update on this bug?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;- Soraya</description>
      <pubDate>Wed, 10 Nov 2010 08:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835988#M5946</guid>
      <dc:creator>devtree</dc:creator>
      <dc:date>2010-11-10T08:16:48Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835989#M5947</link>
      <description>The fix of that problem will available in the version 7.0 Update 2.</description>
      <pubDate>Wed, 10 Nov 2010 08:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835989#M5947</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-11-10T08:33:16Z</dc:date>
    </item>
    <item>
      <title>Bug report: WinKaiser results contain NAN on x64 platform</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835990#M5948</link>
      <description>&lt;P&gt;Hello Soraya,&lt;/P&gt;&lt;P&gt;IPP 7.0 Update 2 is available now,the issue should be fixed in the vesion. please refer to bleow information to get more information&lt;/P&gt;&lt;P&gt;Version 7.0.2 of the Intel Integrated Performance Primitives (Intel IPP) library is now available. The library is available as a&lt;A target="_blank" href="http://www.intel.com/software/products/ipp/"&gt;stand-alone product&lt;/A&gt;or as a component in&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-parallel-studio-home/"&gt;Intel Parallel Studio 2011&lt;/A&gt;,&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-parallel-studio-xe/"&gt;Intel Parallel Studio XE 2011&lt;/A&gt;,&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-parallel-studio-xe/"&gt;Intel C++ Studio XE 2011&lt;/A&gt;,&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-composer-xe/"&gt;Intel Composer XE 2011&lt;/A&gt;, and&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-composer-xe/"&gt;Intel C++ Composer XE 2011&lt;/A&gt;. Please visit the&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-software-evaluation-center/"&gt;Intel Software Evaluation Center&lt;/A&gt;to download evaluation versions of these and other Intel software products.&lt;/P&gt;&lt;P&gt;&lt;B&gt;What's New in 7.0.2&lt;/B&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Additional optimizations for the&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-ipp-functions-optimized-for-intel-avx-intel-advanced-vector-extensions"&gt;256-bit Intel AVX&lt;/A&gt;SIMD instruction set.&lt;/LI&gt;&lt;LI&gt;Further&lt;A target="_blank" href="http://software.intel.com/en-us/articles/new-atom-support/"&gt;Intel Atom Processor optimizations&lt;/A&gt;have been incorporated.&lt;/LI&gt;&lt;LI&gt;Data compression gains of ~2x via a redesign of the "Inflate for Fixed Huffman" algorithm.&lt;/LI&gt;&lt;LI&gt;Cryptography improvements include 1.4x faster "sign verify" and a 2x faster ippsMontForm() function.&lt;/LI&gt;&lt;LI&gt;The ipp_zlib library is now based on the zlib 1.2.5 distribution.&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://software.intel.com/en-us/articles/intel-ipp-70-library-release-notes/"&gt;Review a complete list&lt;/A&gt;of changes, bug fixes and new features on-line.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 13:20:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-report-WinKaiser-results-contain-NAN-on-x64-platform/m-p/835990#M5948</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-02-10T13:20:21Z</dc:date>
    </item>
  </channel>
</rss>

