<?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 you put the input parameters in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136446#M26032</link>
    <description>&lt;P&gt;you put the input parameters into wriong order, fixing that, you will see the correct answer:&lt;/P&gt;&lt;P&gt;!stat = MKL_SPARSE_S_QR (SPARSE_OPERATION_NON_TRANSPOSE, csrA, descrA, SPARSE_LAYOUT_ROW_MAJOR, &lt;STRONG&gt;x, cols,&lt;/STRONG&gt; ldx, b, ldb)&lt;BR /&gt;stat = MKL_SPARSE_S_QR (SPARSE_OPERATION_NON_TRANSPOSE, csrA, descrA, SPARSE_LAYOUT_ROW_MAJOR, &lt;STRONG&gt;cols, x&lt;/STRONG&gt;, &amp;nbsp;ldx, b, ldb)&lt;BR /&gt;_mkl_forum\u815245&amp;gt;test.exe&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 04:15:21 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2019-08-01T04:15:21Z</dc:date>
    <item>
      <title>MKL_SPARSE_?_QR invalid input error (Fortran)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136445#M26031</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am experimenting the Sparse QR library to solve a linear system of equations. When I run the attached file, I get the following output:&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;The last output "3" indicates "SPARSE_STATUS_INVALID_VALUE The input parameters contain an invalid value."&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:32:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136445#M26031</guid>
      <dc:creator>Bakee</dc:creator>
      <dc:date>2019-07-30T18:32:32Z</dc:date>
    </item>
    <item>
      <title>you put the input parameters</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136446#M26032</link>
      <description>&lt;P&gt;you put the input parameters into wriong order, fixing that, you will see the correct answer:&lt;/P&gt;&lt;P&gt;!stat = MKL_SPARSE_S_QR (SPARSE_OPERATION_NON_TRANSPOSE, csrA, descrA, SPARSE_LAYOUT_ROW_MAJOR, &lt;STRONG&gt;x, cols,&lt;/STRONG&gt; ldx, b, ldb)&lt;BR /&gt;stat = MKL_SPARSE_S_QR (SPARSE_OPERATION_NON_TRANSPOSE, csrA, descrA, SPARSE_LAYOUT_ROW_MAJOR, &lt;STRONG&gt;cols, x&lt;/STRONG&gt;, &amp;nbsp;ldx, b, ldb)&lt;BR /&gt;_mkl_forum\u815245&amp;gt;test.exe&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 04:15:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136446#M26032</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-08-01T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Thank you so much for the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136447#M26033</link>
      <description>&lt;P&gt;Thank you so much for the prompt reply. It solved the problem.&lt;/P&gt;&lt;P&gt;Here is a feedback:&amp;nbsp;the page 324 of the documentation "Intel&amp;nbsp;Math Kernel Library Developer Reference" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10507i6C8B61CCCEA445E8/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 13:38:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136447#M26033</guid>
      <dc:creator>Bakee</dc:creator>
      <dc:date>2019-08-01T13:38:48Z</dc:date>
    </item>
    <item>
      <title>The problem has been fixed in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136448#M26034</link>
      <description>&lt;P&gt;The problem has been fixed in MKL version 2019 update 5. Please let us know if the problem still exists on your side.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 03:24:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136448#M26034</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-16T03:24:49Z</dc:date>
    </item>
    <item>
      <title>MKL v.2020 has been released</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136449#M26035</link>
      <description>&lt;P&gt;MKL v.2020 has been released and contains the fix of this problem either.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 05:26:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-SPARSE-QR-invalid-input-error-Fortran/m-p/1136449#M26035</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-12-16T05:26:01Z</dc:date>
    </item>
  </channel>
</rss>

