<?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: MKL in OneAPI 2024.1 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604576#M36200</link>
    <description>&lt;P&gt;Another side note.&amp;nbsp; I was able to test this on an additional machine using 2024 and it works fine.&amp;nbsp; System 3 is an&amp;nbsp;&lt;SPAN&gt;HPE Cray EX4000&amp;nbsp;with the AMD 9654 Genoa processor&amp;nbsp;&amp;nbsp;and the SLES 15 OS.&amp;nbsp; Here is the output:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;vdTGamma test/example program

Major version:          2024.0.0
Build:                  20231011
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument  vdTGamma   std::tgamma
==================================
-1.3499   +2.9314     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631   -16.4914     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050   -5.7068     -5.7068
-0.1241   -8.7741     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is 0.0000&lt;/LI-CODE&gt;&lt;P&gt;u&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 20:11:28 GMT</pubDate>
    <dc:creator>EMagee</dc:creator>
    <dc:date>2024-06-06T20:11:28Z</dc:date>
    <item>
      <title>MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604249#M36196</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have run into an issue with the MKL library from OneAPI 2024.1.0 on a couple Linux platforms. I am getting incorrect results from one of the function (vdTGamma, specifically). If I compare the results from this function between using OneAPI 2023.2.0 and 2024.1.0 I get different results. I have verified the results are correct from 2023.2.0. I have attached an CPP file (with a CMake.txt) to demonstrate. To build the example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;&amp;gt; export MKLROOT=&amp;lt;location of onapi 2023.2&amp;gt;/mkl/latest
&amp;gt; export COMPILERLIBDIR=&amp;lt;location of onapi 2023.2&amp;gt;/compiler/latest
&amp;gt; mkdir build
&amp;gt; cd build
&amp;gt; cmake ..
&amp;gt; make
&amp;gt; ./vdTGamma
vdTGamma test/example program

Argument  vdTGamma   expected
==================================
-1.3499   +2.9314    +2.9314
+3.0349   +2.0660    +2.0660
+0.7254   +1.2596    +1.2596
-0.0631   16.4914    16.4914
+0.7147   +1.2754    +1.2754
-0.2050   5.7068     5.7068
-0.1241   8.7741     8.7741
+1.4897   +0.8859    +0.8859
+1.4090   +0.8868    +0.8868
+1.4172   +0.8865    +0.8865
Error! Maximum error is -0.0000&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Now using 2024:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export MKLROOT=&amp;lt;location of onapi 2024.1&amp;gt;/mkl/latest
&amp;gt; export COMPILERLIBDIR=&amp;lt;location of onapi 2024.1&amp;gt;/compiler/latest
&amp;gt; rm -rf *
&amp;gt; cmake ..
&amp;gt; make
&amp;gt; ./vdTGamma
vdTGamma test/example program
Argument  vdTGamma   expected
==============================
-1.3499   +2.6115    +2.9314
+3.0349   +2.0660    +2.0660
+0.7254   +1.2596    +1.2596
-0.0631   inf        16.4914
+0.7147   +1.2754    +1.2754
-0.2050   inf        5.7068
-0.1241   inf        8.7741
+1.4897   +0.8859    +0.8859
+1.4090   +0.8868    +0.8868
+1.4172   +0.8865    +0.8865
Error! Maximum error is   -inf&lt;/LI-CODE&gt;&lt;P&gt;Has anyone else seen this?&amp;nbsp; My caode, and CMake file are attrached.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 22:28:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604249#M36196</guid>
      <dc:creator>EMagee</dc:creator>
      <dc:date>2024-06-05T22:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604421#M36197</link>
      <description>&lt;P&gt;What kind of CPU you are running your code here?&lt;/P&gt;
&lt;P&gt;I see no problem here while building against oneMKL 2024.1 ( the current one) and 2023.2 and running on&amp;nbsp;Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz.&lt;/P&gt;
&lt;P&gt;I slightly updated your example by adding mkl_get_version(*.*) routine to print info about version of MKL used:&lt;/P&gt;
&lt;P&gt;Compiling:&amp;nbsp;&lt;STRONG&gt;icpx -std=c++11 -qmkl vdTGammaTest.cp&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Results obtained:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MKL 2023 u2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Argument vdTGamma expected&lt;BR /&gt;========================&lt;BR /&gt;-1.3499 +2.9314 +2.9314&lt;BR /&gt;+3.0349 +2.0660 +2.0660&lt;BR /&gt;+0.7254 +1.2596 +1.2596&lt;BR /&gt;-0.0631 -16.4914 -16.4914&lt;BR /&gt;+0.7147 +1.2754 +1.2754&lt;BR /&gt;-0.2050 -5.7068 -5.7068&lt;BR /&gt;-0.1241 -8.7741 -8.7741&lt;BR /&gt;+1.4897 +0.8859 +0.8859&lt;BR /&gt;+1.4090 +0.8868 +0.8868&lt;BR /&gt;+1.4172 +0.8865 +0.8865&lt;/P&gt;
&lt;P&gt;Error! Maximum error is -0.0000&lt;/P&gt;
&lt;P&gt;************************************&lt;BR /&gt;&lt;STRONG&gt;MKL version: 2023.0.2&lt;/STRONG&gt;, CPU: Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) enabled processors&lt;BR /&gt;************************************&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MKL 2024 u1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Argument vdTGamma expected&lt;BR /&gt;===============================================================================&lt;BR /&gt;-1.3499 +2.9314 +2.9314&lt;BR /&gt;+3.0349 +2.0660 +2.0660&lt;BR /&gt;+0.7254 +1.2596 +1.2596&lt;BR /&gt;-0.0631 -16.4914 -16.4914&lt;BR /&gt;+0.7147 +1.2754 +1.2754&lt;BR /&gt;-0.2050 -5.7068 -5.7068&lt;BR /&gt;-0.1241 -8.7741 -8.7741&lt;BR /&gt;+1.4897 +0.8859 +0.8859&lt;BR /&gt;+1.4090 +0.8868 +0.8868&lt;BR /&gt;+1.4172 +0.8865 +0.8865&lt;/P&gt;
&lt;P&gt;Error! Maximum error is -0.0000&lt;/P&gt;
&lt;P&gt;****************************************************************&lt;BR /&gt;MKL version: &lt;STRONG&gt;2024.0.1&lt;/STRONG&gt;, CPU: Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) enabled processors&lt;BR /&gt;****************************************************************&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 08:34:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604421#M36197</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-06-06T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604496#M36198</link>
      <description>&lt;P data-unlink="true"&gt;Here are the outputs from two different systems.&amp;nbsp; Let me know if you need additional information.&amp;nbsp; System 1 is&amp;nbsp;&lt;SPAN&gt;an HPE Cray EX with the&amp;nbsp;AMD 7H12 Rome processor&amp;nbsp;&amp;nbsp;and the&amp;nbsp;SLES OS.&amp;nbsp; System 2 is a&amp;nbsp;Penguin Computing TrueHPC system with the&amp;nbsp;AMD 7713 Milan&amp;nbsp;&amp;nbsp;and the&amp;nbsp;RHEL OS.&amp;nbsp; NOTE: I had to add &lt;FONT face="courier new,courier"&gt;pthread&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;m&lt;/FONT&gt;, and &lt;FONT face="courier new,courier"&gt;dl&lt;/FONT&gt; to the link line for system 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;System 1 with 2023, output from CMake:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Check for working C compiler: /opt/cray/pe/craype/2.7.19/bin/cc
-- Check for working C compiler: /opt/cray/pe/craype/2.7.19/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /opt/cray/pe/craype/2.7.19/bin/CC
-- Check for working CXX compiler: /opt/cray/pe/craype/2.7.19/bin/CC - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
vdTGamma: Using MKL in /opt/intel/oneapi_2023.2.0.49397/mkl/latest with ...
   MKL_LIB_DIR: /opt/intel/oneapi_2023.2.0.49397/mkl/latest/lib/intel64 ...
   COMPILER_LIB_DIR: /opt/intel/oneapi_2023.2.0.49397/compiler/latest/linux/compiler/lib/intel64_lin ...&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vdTGamma test/example program

Major version:          2023.0.2
Build:                  20230613
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument   vdTGamma     expected
======================================
-1.3499   +2.9314     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631   -16.4914     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050   -5.7068     -5.7068
-0.1241   -8.7741     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is -0.0000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 1 with 2024, output from CMake:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- Check for working C compiler: /opt/cray/pe/craype/2.7.19/bin/cc
-- Check for working C compiler: /opt/cray/pe/craype/2.7.19/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /opt/cray/pe/craype/2.7.19/bin/CC
-- Check for working CXX compiler: /opt/cray/pe/craype/2.7.19/bin/CC - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
vdTGamma: Using MKL in /opt/intel/oneapi_2024.1.0.596/mkl/latest with ...
   MKL_LIB_DIR: /opt/intel/oneapi_2024.1.0.596/mkl/latest/lib/intel64 ...
   COMPILER_LIB_DIR: /opt/intel/oneapi_2024.1.0.596/compiler/latest/lib ...&lt;/LI-CODE&gt;&lt;LI-CODE lang="bash"&gt;vdTGamma test/example program

Major version:          2024.0.1
Build:                  20240215
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument   vdTGamma     expected
======================================
-1.3499   +2.6115     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631     -inf     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050     -inf     -5.7068
-0.1241     -inf     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is   -inf&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System 2 with 2023, CMake output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
vdTGamma: Using MKL in /p/app/compilers/intel/oneapi-2023.1.0/mkl/latest with ...
   MKL_LIB_DIR: /p/app/compilers/intel/oneapi-2023.1.0/mkl/latest/lib/intel64 ...
   COMPILER_LIB_DIR: /p/app/compilers/intel/oneapi-2023.1.0/compiler/latest/linux/compiler/lib/intel64_lin ...&lt;/LI-CODE&gt;&lt;LI-CODE lang="bash"&gt;vdTGamma test/example program

Major version:          2023.0.1
Build:                  20230303
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument   vdTGamma     expected
========================================
-1.3499   +2.9314     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631   -16.4914     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050   -5.7068     -5.7068
-0.1241   -8.7741     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is -0.0000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;System 2 with 2024, CMake output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
vdTGamma: Using MKL in /p/app/compilers/intel/oneapi-2024.1.0/mkl/latest with ...
   MKL_LIB_DIR: /p/app/compilers/intel/oneapi-2024.1.0/mkl/latest/lib/intel64 ...
   COMPILER_LIB_DIR: /p/app/compilers/intel/oneapi-2024.1.0/compiler/latest/lib ...&lt;/LI-CODE&gt;&lt;LI-CODE lang="bash"&gt;vdTGamma test/example program

Major version:          2024.0.1
Build:                  20240215
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument   vdTGamma     expected
======================================
-1.3499   +2.6115     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631     -inf     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050     -inf     -5.7068
-0.1241     -inf     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is   -inf&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:51:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604496#M36198</guid>
      <dc:creator>EMagee</dc:creator>
      <dc:date>2024-06-06T13:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604506#M36199</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Side note:&lt;/STRONG&gt; just out of curiosity, I tried &lt;FONT face="courier new,courier"&gt;vsTGamma&lt;/FONT&gt; with 2024 and it worked fine.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 14:35:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604506#M36199</guid>
      <dc:creator>EMagee</dc:creator>
      <dc:date>2024-06-06T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604576#M36200</link>
      <description>&lt;P&gt;Another side note.&amp;nbsp; I was able to test this on an additional machine using 2024 and it works fine.&amp;nbsp; System 3 is an&amp;nbsp;&lt;SPAN&gt;HPE Cray EX4000&amp;nbsp;with the AMD 9654 Genoa processor&amp;nbsp;&amp;nbsp;and the SLES 15 OS.&amp;nbsp; Here is the output:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;vdTGamma test/example program

Major version:          2024.0.0
Build:                  20231011
Platform:               Intel(R) 64 architecture
Processor optimization: Intel(R) Architecture processors

Argument  vdTGamma   std::tgamma
==================================
-1.3499   +2.9314     +2.9314
+3.0349   +2.0660     +2.0660
+0.7254   +1.2596     +1.2596
-0.0631   -16.4914     -16.4914
+0.7147   +1.2754     +1.2754
-0.2050   -5.7068     -5.7068
-0.1241   -8.7741     -8.7741
+1.4897   +0.8859     +0.8859
+1.4090   +0.8868     +0.8868
+1.4172   +0.8865     +0.8865

Error! Maximum error is 0.0000&lt;/LI-CODE&gt;&lt;P&gt;u&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 20:11:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604576#M36200</guid>
      <dc:creator>EMagee</dc:creator>
      <dc:date>2024-06-06T20:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604748#M36201</link>
      <description>&lt;P&gt;yes, I have to reproduced the behavior while running this case on Genoa CPU. We will root-caused the problem and keep this threads updated.&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 07:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1604748#M36201</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-06-07T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: MKL in OneAPI 2024.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1609911#M36224</link>
      <description>&lt;P&gt;Erik,&lt;/P&gt;
&lt;P&gt;yesterday the last version of oneMKL ( 2024.2) has been released and available for download. The problem You reported has been fixed.&lt;/P&gt;
&lt;P&gt;You could take 2024.2 and evaluate this fix.&lt;/P&gt;
&lt;P&gt;here is what I see running this example on Genoa CPU.&lt;/P&gt;
&lt;P&gt;vdTGamma test/example program&lt;/P&gt;
&lt;P&gt;Argument vdTGamma expected&lt;BR /&gt;===============================================================================&lt;BR /&gt;-1.3499 +2.9314 +2.9314&lt;BR /&gt;+3.0349 +2.0660 +2.0660&lt;BR /&gt;+0.7254 +1.2596 +1.2596&lt;BR /&gt;-0.0631 -16.4914 -16.4914&lt;BR /&gt;+0.7147 +1.2754 +1.2754&lt;BR /&gt;-0.2050 -5.7068 -5.7068&lt;BR /&gt;-0.1241 -8.7741 -8.7741&lt;BR /&gt;+1.4897 +0.8859 +0.8859&lt;BR /&gt;+1.4090 +0.8868 +0.8868&lt;BR /&gt;+1.4172 +0.8865 +0.8865&lt;/P&gt;
&lt;P&gt;Error! Maximum error is -0.0000&lt;/P&gt;
&lt;P&gt;****************************************************************&lt;BR /&gt;MKL version: 2024.0.2, CPU: Intel(R) Architecture processors&lt;BR /&gt;****************************************************************&lt;/P&gt;
&lt;P&gt;I also attached the all needed details about CPU, OS, linking and obtained results - see _2024u2_Genoa.txt .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 08:11:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-in-OneAPI-2024-1/m-p/1609911#M36224</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2024-06-26T08:11:45Z</dc:date>
    </item>
  </channel>
</rss>

