<?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: Re:MKL Sparse SVD (Complex Number Support) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368116#M32906</link>
    <description>&lt;P&gt;Awesome! Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a great help for anyone doing this analysis. Should I go ahead and close this/accept as solution?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2022 20:30:59 GMT</pubDate>
    <dc:creator>Skyman</dc:creator>
    <dc:date>2022-03-11T20:30:59Z</dc:date>
    <item>
      <title>MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1362766#M32772</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attempting trying to take an SVD of a large sparse matrix (10s of Terabytes if stored fully) in Fortran (and potentially parallelize with QR decomposition which I have done for regular sized matrices). However, this matrix is also complex which is currently not supported. I have naively tried adding an mkl_sparse_c_svd function to the mkl_solvers_ee.f90 in hopes that it would work to no success.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a viable way to solve this issue/problem with MKL libraries? Am I missing something or making a mistake in how I think this should be implemented?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 00:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1362766#M32772</guid>
      <dc:creator>Skyman</dc:creator>
      <dc:date>2022-02-23T00:46:55Z</dc:date>
    </item>
    <item>
      <title>Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1363253#M32783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks you for posting on Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; However, this matrix is also complex which is currently not supported.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, It was designed to solve problems with the real spectrum only. Complex data types are not supported.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Is there a viable way to solve this issue/problem with MKL libraries? Am I missing something or making a mistake in how I think this should be implemented?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We would like to inform you, the only way is using Lapack Computational Routines, However it will take a huge RAM size on SMP systems and the system could not be solved into OOC mode unfortunately. Might be the Scalapack SVD will help in that case. Please find the below links regarding,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Singular Value Decomposition: LAPACK Computational Routines&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-least-squares-and-eigenvalue-problem/lapack-least-square-eigenvalue-problem-computation/singular-value-decomposition-lapack-computation.html#singular-value-decomposition-lapack-computation" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-least-squares-and-eigenvalue-problem/lapack-least-square-eigenvalue-problem-computation/singular-value-decomposition-lapack-computation.html#singular-value-decomposition-lapack-computation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Singular Value Decomposition: ScaLAPACK Driver Routines&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/scalapack-routines/scalapack-computational-routines/singular-value-decomposition-scalapack-driver.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/scalapack-routines/scalapack-computational-routines/singular-value-decomposition-scalapack-driver.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 06:42:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1363253#M32783</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-02-24T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1366378#M32876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Reminder:&lt;/P&gt;&lt;P&gt;Has the information provided helped? Is your issue resolved? Could you please let us know if we could close this thread at our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:38:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1366378#M32876</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-07T15:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1366396#M32877</link>
      <description>&lt;P&gt;Sorry for the delay. This answers my question, but I was also curious as to if/when support may be available for this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 16:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1366396#M32877</guid>
      <dc:creator>Skyman</dc:creator>
      <dc:date>2022-03-07T16:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1367137#M32882</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let us know the requirement of your application, as in why would you require complex numbers support?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would also request you to elaborate the details so that we could look into further with respect to details provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Shanmukh.SS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 04:35:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1367137#M32882</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-10T04:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1367250#M32886</link>
      <description>&lt;P&gt;I am in computational fluid dynamics and am trying to do a resolvent analysis on 2D grids.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The resolvent operator is complex in nature and is also very large since it involves creating a sparse coefficient matrix for each variable for each of the Navier-Stokes equations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen much more computationally complicated methods used to deal with this problem (memory requirements etc.). However, it seems like this library has the potential to solve this issue fairly easily and make parallelization much less complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 17:16:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1367250#M32886</guid>
      <dc:creator>Skyman</dc:creator>
      <dc:date>2022-03-09T17:16:47Z</dc:date>
    </item>
    <item>
      <title>Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368022#M32904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your requirement details. We will get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2022 15:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368022#M32904</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-03-11T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368111#M32905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will submit this feature request to the mkl team.  However, there is no warranty that this feature would be implemented.  If it does, we will let you know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2022 20:13:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368111#M32905</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2022-03-11T20:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368116#M32906</link>
      <description>&lt;P&gt;Awesome! Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would be a great help for anyone doing this analysis. Should I go ahead and close this/accept as solution?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 20:30:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368116#M32906</guid>
      <dc:creator>Skyman</dc:creator>
      <dc:date>2022-03-11T20:30:59Z</dc:date>
    </item>
    <item>
      <title>Re:MKL Sparse SVD (Complex Number Support)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368153#M32907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please don't do it yet.  Let's wait until we know whether the feature will be implemented or not.  &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2022 23:12:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sparse-SVD-Complex-Number-Support/m-p/1368153#M32907</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2022-03-11T23:12:02Z</dc:date>
    </item>
  </channel>
</rss>

