<?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 hi Robert, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178448#M29152</link>
    <description>&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;Yes, it should work.&amp;nbsp;You could&amp;nbsp;check the latest version v.2020 or give us the reproducer to check the problem on our side.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jan 2020 03:08:14 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2020-01-26T03:08:14Z</dc:date>
    <item>
      <title>mkl_sparse_?_svd implementation</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178447#M29151</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;is mkl_sparse_?_svd yet implemented and supposed to work?&lt;/P&gt;&lt;P&gt;source:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/onemkl-developer-reference-fortran-mkl-sparse-svd" target="_blank"&gt;https://software.intel.com/en-us/onemkl-developer-reference-fortran-mkl-sparse-svd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Because after trying several things I get error 6, SPARSE_STATUS_NOT_SUPPORTED every time.&lt;BR /&gt;I'll give you a MWE when it's implemented.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 14:46:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178447#M29151</guid>
      <dc:creator>Robert_E_</dc:creator>
      <dc:date>2020-01-25T14:46:19Z</dc:date>
    </item>
    <item>
      <title>hi Robert,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178448#M29152</link>
      <description>&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;Yes, it should work.&amp;nbsp;You could&amp;nbsp;check the latest version v.2020 or give us the reproducer to check the problem on our side.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 03:08:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178448#M29152</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-01-26T03:08:14Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178449#M29153</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;I tried more things and&amp;nbsp;it works. The problem was that my matrix was in CSC format.&amp;nbsp;The documentation does not state that only CSR format is supported, or maybe I'm blind.&lt;/P&gt;&lt;P&gt;If you want sugesstions on improving the documentation, read on, else I'm done here.&amp;nbsp;Thanks for the great work and support!&lt;/P&gt;&lt;P&gt;errors in documentation:&lt;/P&gt;&lt;P&gt;The interface should be&lt;/P&gt;&lt;P&gt;stat&amp;nbsp;=&amp;nbsp;mkl_sparse_d_svd&amp;nbsp;(whichS,&amp;nbsp;whichV,&amp;nbsp;pm,&amp;nbsp;A,&amp;nbsp;descrA,&amp;nbsp;k0,&amp;nbsp;k,&amp;nbsp;E,&amp;nbsp;XL, XR,&amp;nbsp;res);&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;stat&amp;nbsp;=&amp;nbsp;mkl_sparse_d_svd&amp;nbsp;(whichS,&amp;nbsp;whichV,&amp;nbsp;pm,&amp;nbsp;A,&amp;nbsp;descrA,&amp;nbsp;k0,&amp;nbsp;k,&amp;nbsp;E,&amp;nbsp;X,&amp;nbsp;res);&lt;/P&gt;&lt;P&gt;I think the term "eigenvalues" should be replaced with the term "singular values" everywhere.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 00:38:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178449#M29153</guid>
      <dc:creator>Robert_E_</dc:creator>
      <dc:date>2020-01-27T00:38:38Z</dc:date>
    </item>
    <item>
      <title>Thanks, Robert for these</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178450#M29154</link>
      <description>&lt;P&gt;Thanks, Robert for these issues. We will fix all of these topics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 04:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1178450#M29154</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-01-27T04:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Thanks, Robert for these</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1187008#M29631</link>
      <description>&lt;P&gt;The error into documentation has been fixed into version 2020 u1 which already released and available.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 15:29:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-svd-implementation/m-p/1187008#M29631</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-06-25T15:29:30Z</dc:date>
    </item>
  </channel>
</rss>

