<?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:Frobenius norm LANSY returns wrong result in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1659723#M36861</link>
    <description>&lt;P&gt;The fixed will be available in the coming release.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Jan 2025 03:01:08 GMT</pubDate>
    <dc:creator>Ruqiu_C_Intel</dc:creator>
    <dc:date>2025-01-23T03:01:08Z</dc:date>
    <item>
      <title>Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1646799#M36701</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just met issue related to LANSY norm = "F".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Result depends on number of threads (it should not be). Correct result returns only for number of threads equals to 1.&lt;/P&gt;&lt;P&gt;2) Correct results are returned for any number of threads only for sizes &amp;lt;= 127.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under "correct" one can take value of norm, returned by reference NETLIB algorithm. But difference "correct" vs "wrong" is in &lt;STRONG&gt;first&lt;/STRONG&gt; floating point digit for double precision. I have attached few logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other norms (M, 1, I) are good. Also result is correct using LANGE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue is reproduced for all versions of MKL starting 2021 up to 2025. Affected all precisions and&amp;nbsp; uplo`s (L, U).&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp;Intel(R) Xeon(R) Gold 6248 CPU&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to reproduce on your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 05:58:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1646799#M36701</guid>
      <dc:creator>kdv</dc:creator>
      <dc:date>2024-12-02T05:58:08Z</dc:date>
    </item>
    <item>
      <title>Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647473#M36714</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting your issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Looks I run out the same result for oneMKL with default thread numbers and Netlib as below: &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# MKL_VERBOSE=1 ./test_netlib&lt;/P&gt;&lt;P&gt;Frobenius norm using NETLIB: 24.083189&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;# MKL_VERBOSE=1 ./test_mkl&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;MKL_VERBOSE oneMKL 2024.0 Update 1 Product build 20240215 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 512 (Intel(R) AVX-512) with support of Intel(R) Deep Learning Boost (Intel(R) DL Boost), Lnx 2.10GHz lp64 intel_thread MKL_VERBOSE DLANSY(F,U,4,0x557f08771d80,4,(nil)) 1.59ms CNR:OFF Dyn:1 FastMM:1 TID:0&amp;nbsp;NThr:48&lt;/P&gt;&lt;P&gt;Frobenius norm: 24.083189&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Attached my reproducers. Please upload your simple reproducers if possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2024 06:13:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647473#M36714</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-12-05T06:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647487#M36716</link>
      <description>&lt;P&gt;Hi Ruqiu!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I cant access my main account for some reason, I am responding you from another one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the investigating the issue!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like you forgot to attach reproducers. Please attach, I will check it on my side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, from MKL_VERBOSE I see that you run LANSY for size = 4. I posted before, that for sizes &amp;lt; 128 results are correct. Inconsistent behavior starts at size n = 128 and more. Please try to increase size and check once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If issue is still not reproducible, I will also create reproducer, but a bit&amp;nbsp; more time is required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 07:24:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647487#M36716</guid>
      <dc:creator>kdv2</dc:creator>
      <dc:date>2024-12-05T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647686#M36723</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Hi Dmitry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;The Netlib implementation is typically single-threaded and does not perform parallel computations, while oneMKL performs parallel computations in default. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;When using the&amp;nbsp;LAPACKE_dlansy&amp;nbsp;function in oneMKL, you might observe differences in results between multi-threaded and single-threaded executions. This discrepancy can be attributed to several factors. In multi-threaded environments, the order of operations can vary due to parallel execution. This can lead to differences in rounding errors, which accumulate differently compared to single-threaded execution. Also parallel computation introduces non-determinism because different threads may execute in different orders and access memory at different times. This non-determinism can lead to slight variations in the results, especially in floating-point arithmetic.​ oneMKL uses different algorithms or optimizations to improve performance. These algorithmic differences can also lead to variations in the results, especially for large matrices.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Ruqiu&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2024 01:40:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647686#M36723</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-12-06T01:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647809#M36726</link>
      <description>&lt;P&gt;Hello, Ruqiu!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your explanation. But I am afraid, situation is different. When we have difference between correct and wrong result in &lt;STRONG&gt;first digit&lt;/STRONG&gt; in double precision, it is not about rounding errors and non-determinism in order of calculation in multi-threaded version. It is about broken and non-thread safe functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check my reproducer. Also, I have attached the table below with results obtained. Algorithm works correct for size &amp;lt; 128 (result does not depend on number of threads)&amp;nbsp;and failed for sizes &amp;gt;= 128.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;size/threads&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;4&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;10&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;20&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;126&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;127&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;128&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.082814&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;60.456824&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;67.657853&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;70.937348&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;71.922632&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.549838&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;129&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;74.455685&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;61.876471&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;69.190645&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.331313&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.234445&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.878931&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For size n = 128 norm varies from 60 to 73. I believe, it is not a slight variation in results. I am asking for a help to reproduce these results, because only two ways can happen:&lt;/P&gt;&lt;P&gt;1) Environment issue, incorrect server settings, wrong library linkage and etc.&lt;/P&gt;&lt;P&gt;2) Bug in code = broken functionality&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to reproduce on your side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 11:39:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647809#M36726</guid>
      <dc:creator>kdv</dc:creator>
      <dc:date>2024-12-06T11:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647811#M36728</link>
      <description>&lt;P&gt;Hello, Ruqiu!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your explanation. But I am afraid, situation is different. When we have difference between correct and wrong result in first digit in double precision, it is not about rounding errors and non-determinism in order of calculation in multi-threaded version. It is about broken and non-thread safe functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check my reproducer. Also, I have attached the table below with results obtained. Algorithm works correct for size &amp;lt; 128 (result does not depend on number of threads) and failed for sizes &amp;gt;= 128.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;size/threads&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;2&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;4&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;10&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;20&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;126&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;&amp;nbsp;73.310420&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;&amp;nbsp;73.310420&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;127&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.676652&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;128&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.082814&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;60.456824&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;67.657853&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;70.937348&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;71.922632&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.549838&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;129&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;74.455685&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;61.876471&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;69.190645&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;72.331313&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.234445&lt;/TD&gt;&lt;TD width="14.285714285714286%" height="24px"&gt;73.878931&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For size n = 128 norm varies from 60 to 73. I believe, it is not a slight variation in results. I am asking for a help to reproduce these results, because only two ways can happen:&lt;/P&gt;&lt;P&gt;1) Environment issue, incorrect server settings, wrong library linkage and etc.&lt;/P&gt;&lt;P&gt;2) Bug in code = broken functionality&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to reproduce on your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 11:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1647811#M36728</guid>
      <dc:creator>kdv</dc:creator>
      <dc:date>2024-12-06T11:53:49Z</dc:date>
    </item>
    <item>
      <title>Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1648113#M36729</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;Thank you for the reproducer. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;We will investigate and update here once we have progress.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ruqiu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2024 03:43:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1648113#M36729</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-12-09T03:43:02Z</dc:date>
    </item>
    <item>
      <title>Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1648829#M36737</link>
      <description>&lt;P&gt;We have reproduced the issue and will fix it in a future release. Thank you for your patience.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:54:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1648829#M36737</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-12-12T02:54:32Z</dc:date>
    </item>
    <item>
      <title>Re:Frobenius norm LANSY returns wrong result</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1659723#M36861</link>
      <description>&lt;P&gt;The fixed will be available in the coming release.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2025 03:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Frobenius-norm-LANSY-returns-wrong-result/m-p/1659723#M36861</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2025-01-23T03:01:08Z</dc:date>
    </item>
  </channel>
</rss>

