<?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: Limitation of dsyev was decreased? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915810#M12556</link>
    <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;I do see a known issue regarding the DSYTRD function (used by DSYEV). If the problem you are seeing is related you should be able to work around this by increasingthe size of your work array to 6*n. Could you give that a try?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;-Todd&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2008 23:47:54 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2008-02-26T23:47:54Z</dc:date>
    <item>
      <title>Limitation of dsyev was decreased?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915809#M12555</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;Function dsyev cannot compute eigenvalues of over 81x81 matrix after we update MKL from 9.1.025 to 10.0.1.015.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;Function dsyev in MKL 9.1.025 could compute eigenvalues of a matrix (81x81 double) in our environment.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;But, the process freezes when the program calls dsyev in MKL 10.0.1.015.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;The limitation of matrix size was decreased in MKL 10.x.x ?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;P&gt;&lt;FONT face="Century"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;Our environment is:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;- Intel Core 2 Duo&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;- 2G Memory&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;- Windows XP SP2&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN&gt;&lt;FONT face="Century"&gt;- VC2005&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2008 09:15:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915809#M12555</guid>
      <dc:creator>akihiro-k</dc:creator>
      <dc:date>2008-02-26T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of dsyev was decreased?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915810#M12556</link>
      <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;I do see a known issue regarding the DSYTRD function (used by DSYEV). If the problem you are seeing is related you should be able to work around this by increasingthe size of your work array to 6*n. Could you give that a try?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;-Todd&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2008 23:47:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915810#M12556</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-02-26T23:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of dsyev was decreased?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915811#M12557</link>
      <description>&lt;P&gt;Thanks Todd.&lt;/P&gt;
&lt;P&gt;We had used (3*n-1) work array, and got errors.&lt;/P&gt;
&lt;P&gt;After we malloc 6*n work array, we can compute eigenvalus.&lt;/P&gt;
&lt;P&gt;before: dsyev(jobz, uplo, n, a, lda, w, (3n-1 work array), 3n-1, info)&lt;/P&gt;
&lt;P&gt;after: dsyev(jobz, uplo, n, a, lda, w, (6n work array), 6n, info)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;- Akihiro Kobayashi&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2008 01:53:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915811#M12557</guid>
      <dc:creator>akihiro-k</dc:creator>
      <dc:date>2008-02-27T01:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limitation of dsyev was decreased?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915812#M12558</link>
      <description>&lt;P&gt;Akihiro,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;this issue has been fixed in MKL 10.0 Update3, you may turn back to the documented minimal workspace (3*n-1) since Update3, but dsyev would be much faster if you put a recommended workspace size by querying dsyev with lwork=-1.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Michael.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:09:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Limitation-of-dsyev-was-decreased/m-p/915812#M12558</guid>
      <dc:creator>Michael_C_Intel4</dc:creator>
      <dc:date>2008-04-30T14:09:24Z</dc:date>
    </item>
  </channel>
</rss>

