<?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 regarding _A11,_A_21 and _A24 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173568#M26998</link>
    <description>&lt;P&gt;regarding _A11,_A_21 and _A24 modes - these are related to the fixed-accuracy implementation. Please refer more details follow this documentation -&amp;nbsp;https://software.intel.com/en-us/ipp-dev-reference-fixed-accuracy-arithmetic-functions&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 05:11:19 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2020-01-20T05:11:19Z</dc:date>
    <item>
      <title>ippsDiv_32f() function changed (ever so slightly) after IPP 9.0.2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173567#M26997</link>
      <description>&lt;P&gt;Some time after IPP 9 update 2, the ippsDiv_32f() function changed (ever so slightly).&amp;nbsp; It does appear to stablize in 2018, 2019 and 2020.&lt;/P&gt;&lt;P&gt;What was the nature of the change ?&lt;/P&gt;&lt;P&gt;Is ippsDiv_32f() anything like&amp;nbsp;ippsDiv_32f_A11(), ippsDiv_32_A21f() or ippsDiv_32_A24f() ? How does it differ ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 16:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173567#M26997</guid>
      <dc:creator>Warner__Mark</dc:creator>
      <dc:date>2020-01-16T16:52:00Z</dc:date>
    </item>
    <item>
      <title>regarding _A11,_A_21 and _A24</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173568#M26998</link>
      <description>&lt;P&gt;regarding _A11,_A_21 and _A24 modes - these are related to the fixed-accuracy implementation. Please refer more details follow this documentation -&amp;nbsp;https://software.intel.com/en-us/ipp-dev-reference-fixed-accuracy-arithmetic-functions&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 05:11:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173568#M26998</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-01-20T05:11:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173569#M26999</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I see absolutely the same code in IPP 9.0 and in IPP 2020 for the function. What changes do you see? Could you give more details?&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 10:14:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173569#M26999</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2020-01-20T10:14:19Z</dc:date>
    </item>
    <item>
      <title>I'm seeing the LSBs of the</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173570#M27000</link>
      <description>I'm seeing the LSBs of the mantissa portion of the float varying by 0-2 (i.e. bottom 2 bits, except a handful of carry situations) between IPP9.0.2 and IPP2020.0 for most (i.e. &amp;gt;50%) of the results.

Intel (R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz
IPP version 9.0.2 (r49912)  targetCpu: e9
IPP version 2020.0.0 Gold (r0x0f66e7e3)  targetCpu: e9

dividend / divisor= quotient

divisor             dividend           quotient (9.0.2)  (2020.0)

0x499853D7   0x48B28250      0x3E96000D     0x3E96000E 

0x4977F349    0x49D50ABA    0x3FDBF551     0x3FDBF550

 0x497B12B0   0x49E034F9     0x3FE49B52     0x3FE49B51

 0x491FE6B2   0x496BC276     0x3FBCB96A   0x3FBCB96B

hex equivalent of Ipp32f</description>
      <pubDate>Tue, 21 Jan 2020 18:59:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173570#M27000</guid>
      <dc:creator>Warner__Mark</dc:creator>
      <dc:date>2020-01-21T18:59:17Z</dc:date>
    </item>
    <item>
      <title>I understand the precision of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173571#M27001</link>
      <description>&lt;P&gt;I understand the precision of&amp;nbsp;ippsDiv_32f_A11(), ippsDiv_32f_A21() or ippsDiv_32f_A24(), but, given an IEEE 32-bit float has a mantissa&amp;nbsp;of 23-bit plus an assumed leading 1.0, there can't be anything better than ippsDiv_32f_A24() quality but ippsDiv_32f() returns a different value than any of the&amp;nbsp;A11, A21 or A24&amp;nbsp;divide routines.&amp;nbsp; In fact, all 4 routines tend to return a different value for the same operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The differences I'm seeing in ippsDiv_32f()&amp;nbsp;between the 9.0.2 and the 2020.0 results look much like a change in rounding.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 19:24:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173571#M27001</guid>
      <dc:creator>Warner__Mark</dc:creator>
      <dc:date>2020-01-21T19:24:22Z</dc:date>
    </item>
    <item>
      <title>Hello Mark,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173572#M27002</link>
      <description>&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;thanks for data, we will investigate it. Somebody from the IPP team will report here investigation results.&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 08:34:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173572#M27002</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2020-01-22T08:34:14Z</dc:date>
    </item>
    <item>
      <title>I check IPP 2017.0.3 and it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173573#M27003</link>
      <description>&lt;P&gt;I check IPP 2017.0.3 and it is the same as IPP 9.0.2, so the change occurs between 2017.0.3 and 2018.0.4&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:43:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173573#M27003</guid>
      <dc:creator>Warner__Mark</dc:creator>
      <dc:date>2020-01-27T18:43:25Z</dc:date>
    </item>
    <item>
      <title>Hello, Mark.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173574#M27004</link>
      <description>&lt;P&gt;Hello, Mark.&lt;/P&gt;&lt;P&gt;The ippsDiv_32f function in version 9.0.2, when optimizing the AVX-512, worked worse than on the AVX2, therefore, since version 2018, for the sake of performance, the accuracy has been reduced.&lt;BR /&gt;First of all, our functions are focused on performance, and not on detailed accuracy.&lt;/P&gt;&lt;P&gt;Alena&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 10:30:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173574#M27004</guid>
      <dc:creator>Alena_E_Intel</dc:creator>
      <dc:date>2020-01-31T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Thanx for the info</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173575#M27005</link>
      <description>&lt;P&gt;Thanx for the info&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:31:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippsDiv-32f-function-changed-ever-so-slightly-after-IPP-9-0-2/m-p/1173575#M27005</guid>
      <dc:creator>Warner__Mark</dc:creator>
      <dc:date>2020-01-31T13:31:28Z</dc:date>
    </item>
  </channel>
</rss>

