<?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 Unusual Feast results (dfeast_scsrgv) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198039#M29863</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've been trying to solve the generalised symmetric eigenproblem Bx = eAx for symmetric A and positive definite symmetric B, and s&lt;SPAN style="font-family: inherit;"&gt;o to work with the eigensolvers, we solve Ax = (1/e)Bx.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The 99 expected eigenvalues are 1,2,...,99.&lt;/P&gt;
&lt;P&gt;I'm trying three solvers, Spectra, Intel MKL extremal (mkl_sparse_d_gv) and interval (dfeast_scsrgv).&lt;/P&gt;
&lt;P&gt;I've attached an excel document with the time taken and precision.&lt;/P&gt;
&lt;P&gt;Unexpectedly, Spectra is the fastest by far. MKL extremal seems very slow.&lt;/P&gt;
&lt;P&gt;For MKL interval using FEAST, I get some strange results.&lt;/P&gt;
&lt;P&gt;The interval solver doesn't seem to like it when there are eigenvalues on the boundary of the interval, but acts very strangely in test 4, for the interval [1,10].&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, the larger M0, the faster the code seems to run, which seems unusual, how should M0 be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2020 16:48:04 GMT</pubDate>
    <dc:creator>Chris_Hickey</dc:creator>
    <dc:date>2020-08-06T16:48:04Z</dc:date>
    <item>
      <title>Unusual Feast results (dfeast_scsrgv)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198039#M29863</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've been trying to solve the generalised symmetric eigenproblem Bx = eAx for symmetric A and positive definite symmetric B, and s&lt;SPAN style="font-family: inherit;"&gt;o to work with the eigensolvers, we solve Ax = (1/e)Bx.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The 99 expected eigenvalues are 1,2,...,99.&lt;/P&gt;
&lt;P&gt;I'm trying three solvers, Spectra, Intel MKL extremal (mkl_sparse_d_gv) and interval (dfeast_scsrgv).&lt;/P&gt;
&lt;P&gt;I've attached an excel document with the time taken and precision.&lt;/P&gt;
&lt;P&gt;Unexpectedly, Spectra is the fastest by far. MKL extremal seems very slow.&lt;/P&gt;
&lt;P&gt;For MKL interval using FEAST, I get some strange results.&lt;/P&gt;
&lt;P&gt;The interval solver doesn't seem to like it when there are eigenvalues on the boundary of the interval, but acts very strangely in test 4, for the interval [1,10].&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Furthermore, the larger M0, the faster the code seems to run, which seems unusual, how should M0 be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:48:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198039#M29863</guid>
      <dc:creator>Chris_Hickey</dc:creator>
      <dc:date>2020-08-06T16:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual Feast results (dfeast_scsrgv)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198189#M29865</link>
      <description>&lt;P&gt;Chris, which version of mkl you are working, and do you observe the performance issue on some specific CPU or it happens everywhere?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 03:58:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198189#M29865</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-07T03:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual Feast results (dfeast_scsrgv)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198224#M29870</link>
      <description>&lt;P&gt;I've only tried it on my CPU so far, which is a Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz, 3000 Mhz, 4 Core(s), 8 Logical Processor(s).&lt;/P&gt;
&lt;P&gt;The version of MKL I'm using is 2020.0.1. build 2020208 for intel 64 architecture.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 06:57:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1198224#M29870</guid>
      <dc:creator>Chris_Hickey</dc:creator>
      <dc:date>2020-08-07T06:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unusual Feast results (dfeast_scsrgv)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1199794#M29908</link>
      <description>&lt;P&gt;As requested elsewhere, I've removed the Spectra calls, although the dependency on Eigen remains for reading in the matrix market files.&lt;/P&gt;
&lt;P&gt;Attached is the new source file.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 16:40:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unusual-Feast-results-dfeast-scsrgv/m-p/1199794#M29908</guid>
      <dc:creator>Chris_Hickey</dc:creator>
      <dc:date>2020-08-12T16:40:03Z</dc:date>
    </item>
  </channel>
</rss>

