<?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 plus two our cents to what in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141121#M26308</link>
    <description>&lt;P&gt;plus two our cents to what mecej4 said:&lt;/P&gt;

&lt;P&gt;1. MKL also provides SpBLAS API ( 6 different Sparse Matrix Storage Formats - see here&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-sparse-blas-level-2-and-level-3-routines-1)" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-sparse-blas-level-2-and-level-3-routines-1)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;2. MKL v.2019 is aligned with&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Netlib Lapack NETLIB LAPACK 3.8.0&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 15:09:20 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2018-10-09T15:09:20Z</dc:date>
    <item>
      <title>Does MKL support sparse matrices in LAPACK?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141117#M26304</link>
      <description>&lt;P&gt;From the LAPACK's &lt;A href="http://www.netlib.org/lapack/faq.html"&gt;FAQ&lt;/A&gt;, we know it does not support&amp;nbsp;sparse matrices:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i65.tinypic.com/2rcscih.png" /&gt;&lt;/P&gt;

&lt;P&gt;Just to take a chance, does intel MKL break this restriction by introducing sparse matrices in LAPACK? If not, is there any other function domain of MKL that uses sparse matrices? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 03:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141117#M26304</guid>
      <dc:creator>zzzhhh</dc:creator>
      <dc:date>2018-10-09T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Not "in Lapack", but</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141118#M26305</link>
      <description>&lt;P&gt;Not "in Lapack", but certainly in MKL: see &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-fortran-intel-mkl-pardiso-parallel-direct-sparse-solver-interface" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-fortran-intel-mkl-pardiso-parallel-direct-sparse-solver-interface&lt;/A&gt; . There is also a legacy DSS interface to Pardiso, but you probably should not use it in new projects.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:45:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141118#M26305</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-10-09T09:45:08Z</dc:date>
    </item>
    <item>
      <title>Can you be more specific? I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141119#M26306</link>
      <description>&lt;P&gt;Can you be more specific? I don't understand your reply totally. I use C.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:55:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141119#M26306</guid>
      <dc:creator>zzzhhh</dc:creator>
      <dc:date>2018-10-09T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Lapack is defined, maintained</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141120#M26307</link>
      <description>&lt;P&gt;Lapack is defined, maintained and documented by organizations outside Intel, although Intel may have input to and representation in that group. It would not be appropriate for Intel to "break" Lapack. Sparse matrices (other than band matrices) have never been part of Lapack. It is important to keep the Lapack portions of MKL compatible with the public domain Lapack.&lt;/P&gt;

&lt;P&gt;MKL has substantial capabilities that are not in Lapack, so let us put aside the issue of what Lapack does or does not have, and ask what MKL provides for your intended application. The answer is MKL-Pardiso.&lt;/P&gt;

&lt;P&gt;The MKL-C documentation of Pardiso is available at &lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-intel-mkl-pardiso-parallel-direct-sparse-solver-interface" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-intel-mkl-pardiso-parallel-direct-sparse-solver-interface&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:34:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141120#M26307</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2018-10-09T14:34:49Z</dc:date>
    </item>
    <item>
      <title>plus two our cents to what</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141121#M26308</link>
      <description>&lt;P&gt;plus two our cents to what mecej4 said:&lt;/P&gt;

&lt;P&gt;1. MKL also provides SpBLAS API ( 6 different Sparse Matrix Storage Formats - see here&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-sparse-blas-level-2-and-level-3-routines-1)" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-sparse-blas-level-2-and-level-3-routines-1)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;2. MKL v.2019 is aligned with&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Netlib Lapack NETLIB LAPACK 3.8.0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:09:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141121#M26308</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-10-09T15:09:20Z</dc:date>
    </item>
    <item>
      <title>Thank you, mecej4 and gennady</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141122#M26309</link>
      <description>&lt;P&gt;Thank you, mecej4 and gennady. I appreciate so much for your detailed description.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 20:19:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-MKL-support-sparse-matrices-in-LAPACK/m-p/1141122#M26309</guid>
      <dc:creator>zzzhhh</dc:creator>
      <dc:date>2018-10-09T20:19:10Z</dc:date>
    </item>
  </channel>
</rss>

