<?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 MKL v.2020 has been released in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176745#M28997</link>
    <description>&lt;P&gt;MKL v.2020 has been released and contains the fix of this problem either.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 03:17:42 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2019-12-17T03:17:42Z</dc:date>
    <item>
      <title>Signature of v?Fdim, v?Fmax, ...</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176741#M28993</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;why is the second array of the functions v?Fdim, v?Fmax, v?Fmin etc. not constant?&lt;/P&gt;&lt;P&gt;The signature in the file mkl_vml_functions.h is:&lt;/P&gt;
&lt;PRE class="brush:cpp;"&gt;_Mkl_Api(void, vdFdim, (const MKL_INT n, const double a[], &lt;STRONG&gt;double r1[]&lt;/STRONG&gt;, double r2[]))
_Mkl_Api(void, vdFmax, (const MKL_INT n, const double a[], &lt;STRONG&gt;double r1[]&lt;/STRONG&gt;, double r2[]))
_Mkl_Api(void, vdFmin, (const MKL_INT n, const double a[], &lt;STRONG&gt;double r1[]&lt;/STRONG&gt;, double r2[]))&lt;/PRE&gt;

&lt;P&gt;I think it would be correct as:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;_Mkl_Api(void, vdFdim, (const MKL_INT n, const double a[], &lt;STRONG&gt;const double b[]&lt;/STRONG&gt;, double r[]))
_Mkl_Api(void, vdFmax, (const MKL_INT n, const double a[], &lt;STRONG&gt;const double b[]&lt;/STRONG&gt;, double r[]))
_Mkl_Api(void, vdFmin, (const MKL_INT n, const double a[], &lt;STRONG&gt;const double b[]&lt;/STRONG&gt;, double r[]))&lt;/PRE&gt;

&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 14:03:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176741#M28993</guid>
      <dc:creator>ingu</dc:creator>
      <dc:date>2018-12-14T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Yyes, you are right. the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176742#M28994</link>
      <description>&lt;P&gt;Yes, you are right. the issue has been already raised and escalated. the fix will be available into on the next updates.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2018 05:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176742#M28994</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-12-15T05:07:00Z</dc:date>
    </item>
    <item>
      <title>Tank you! Then I'm looking</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176743#M28995</link>
      <description>&lt;P&gt;Tank you! Then I'm looking forward to the next update and I will use until then a const cast.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:48:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176743#M28995</guid>
      <dc:creator>ingu</dc:creator>
      <dc:date>2018-12-17T07:48:48Z</dc:date>
    </item>
    <item>
      <title>yes, we will update this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176744#M28996</link>
      <description>&lt;P&gt;yes, we will update this thread when the fix of the problem will be available.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 09:11:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176744#M28996</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-12-17T09:11:38Z</dc:date>
    </item>
    <item>
      <title>MKL v.2020 has been released</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176745#M28997</link>
      <description>&lt;P&gt;MKL v.2020 has been released and contains the fix of this problem either.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 03:17:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Signature-of-v-Fdim-v-Fmax/m-p/1176745#M28997</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-12-17T03:17:42Z</dc:date>
    </item>
  </channel>
</rss>

