<?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: 10.2.2 VML vdCosh error code in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897257#M10965</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;&lt;EM&gt;&lt;EM&gt;Jaewon,&lt;BR /&gt;It looks like the problem with the latest version.I 've got the similar result on win32.&lt;BR /&gt;We will check the problem more more carefully and will back.&lt;BR /&gt;--Gennady&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Sun, 01 Nov 2009 15:09:47 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-11-01T15:09:47Z</dc:date>
    <item>
      <title>10.2.2 VML vdCosh error code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897256#M10964</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;It seems MKL 10.2.2 VML vdCosh does not&lt;SPAN style="font-family: verdana, sans-serif;"&gt; &lt;/SPAN&gt;return the correct error code. In the following example, I expect an error code of VML_STATUS_OVERFLOW (which is the case with MKL 10.1) but 10.2.2 vdCosh returnsVML_STATUS_OK. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;SPAN style="font-family: verdana, sans-serif;"&gt;1) I used default modes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;2) Tested on 64-bit Linux (Ubuntu 9.04).&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Are there any options I need to set?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jaewon&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;/* =============================== */&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;MKL_INT n =2;&lt;/DIV&gt;
double a[2] = {-709.0578, 0.0}, y[2];&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;vmlClearErrStatus();&lt;BR /&gt;vdCosh(n, a, y);&lt;BR /&gt;err = vmlGetErrStatus();&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Oct 2009 18:23:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897256#M10964</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-10-30T18:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2.2 VML vdCosh error code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897257#M10965</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;&lt;EM&gt;&lt;EM&gt;Jaewon,&lt;BR /&gt;It looks like the problem with the latest version.I 've got the similar result on win32.&lt;BR /&gt;We will check the problem more more carefully and will back.&lt;BR /&gt;--Gennady&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Nov 2009 15:09:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897257#M10965</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-01T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2.2 VML vdCosh error code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897258#M10966</link>
      <description>&lt;P&gt;&lt;BR /&gt;Jaewon,&lt;/P&gt;
&lt;P&gt;vdCosh(-709.0578) is a normal floating point double precision value, there's no overflow, so MKL reports VML_STATUS_OK. It was an error in MKL 10.1, which was fixed in MKL10.2.2&lt;BR /&gt;&lt;BR /&gt;--Yury A--&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2009 15:25:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897258#M10966</guid>
      <dc:creator>Yury_Antimirov</dc:creator>
      <dc:date>2009-11-02T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2.2 VML vdCosh error code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897259#M10967</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/450292"&gt;Yury Antimirov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;&lt;BR /&gt;Jaewon,&lt;/P&gt;
&lt;P&gt;vdCosh(-709.0578) is a normal floating point double precision value, there's no overflow, so MKL reports VML_STATUS_OK. It was an error in MKL 10.1, which was fixed in MKL10.2.2&lt;BR /&gt;&lt;BR /&gt;--Yury A--&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks Gennady and Yury.&lt;BR /&gt;&lt;BR /&gt;It's good to hear that this has been fixed in version 10.2.2.&lt;BR /&gt;&lt;BR /&gt;It seems cosh(-709.0) = 4.1092 * 10^307. &lt;BR /&gt;&lt;BR /&gt;Then why vdCosh(-709.0) returns INF?&lt;BR /&gt;&lt;BR /&gt;Please compare vdCosh(-709.0) with cosh(-709.0). &lt;BR /&gt;&lt;BR /&gt;Jaewon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2009 14:51:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897259#M10967</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-11-04T14:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: 10.2.2 VML vdCosh error code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897260#M10968</link>
      <description>&lt;BR /&gt;Hello Jaewon,&lt;BR /&gt;&lt;BR /&gt;Thank you for clarification. Indeed MKL 10.2.2 fixes the some problems with flagging overflow in vdCosh. Unfortunately there is no complete fix in 10.2.2 yet. So you will still see wrong INF returns on some arguments around overflow bounds (~+/-710.47586). Complete fix is expected in next MKL update release.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Yury A.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Nov 2009 11:22:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/10-2-2-VML-vdCosh-error-code/m-p/897260#M10968</guid>
      <dc:creator>Yury_Antimirov</dc:creator>
      <dc:date>2009-11-06T11:22:55Z</dc:date>
    </item>
  </channel>
</rss>

