<?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 multithreaded matrix inversion in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779415#M1321</link>
    <description>Hello,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately we don't have mentioning of DSYTRI2 in our documentation. But you could find the mentioning of the function on "what's new" page for NETLIB LAPACK 3.3, which was released recently. Latest available releases of MKL for the momentcorresponds to NETLIB LAPACK 3.2.2 by the functionality.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;You are right, current DSYTRI doesn't benefit from threading. And the DSYTRI2 from NETLIB LAPACK 3.3 is exactly addresses that issue. The LAPACK 3.3 release will be included in one of our future updates. For now you could link the DSYTRI2 function from NETLIB LAPACK before MKL in your linking line and benefit from highly optimized MKL BLAS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Thank you for reporting the issue, there is indeed lack of scalability for the current algorithm. We have it in plans
for one of future MKL releases.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 03 Dec 2010 18:47:13 GMT</pubDate>
    <dc:creator>Alexander_K_Intel3</dc:creator>
    <dc:date>2010-12-03T18:47:13Z</dc:date>
    <item>
      <title>multithreaded matrix inversion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779413#M1319</link>
      <description>i am running on an intel 56xx platform with two cpu's each with 12 cores. i am using ifort 12.0 with mkl 10.3. in our application we must repeatedly invert large symmetric matrices of size 2000-10000. &lt;BR /&gt;&lt;BR /&gt;1. if i use lapack's dsytrf followed by dsytri, i find that the timing for the dsytri step is independent of the number of threads i request using set OMP_NUM_THREADS n and set MKL_NUM_THREADS n. &lt;BR /&gt;&lt;BR /&gt;2. if we use lapack's dgetrf followed by dgeti, we find that the timing for the dgetri step does decrease with an increase in the number of threads, but that for Nthreads &amp;gt; 5, the decrease is very slight. thus the problem does not seem to benefit from parallization beyond Nthreads =5&lt;BR /&gt;&lt;BR /&gt;is this correct?&lt;BR /&gt;&lt;BR /&gt;also, in the "what's new" notes for mkl 10.3, there is mention of new code for dsytri, specifically a module called dsytri2. however, when i look in the directory /opt/intel/composerxe-2011.0.085/mkl/lib and execute the command ar -t libmkl_lapack95.a, i don't find any module named dsytri2. can someone clarify this?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2010 06:19:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779413#M1319</guid>
      <dc:creator>mha111</dc:creator>
      <dc:date>2010-11-23T06:19:55Z</dc:date>
    </item>
    <item>
      <title>multithreaded matrix inversion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779414#M1320</link>
      <description>As for the dsytri2 symbol the problem may be that the Fortran 95 interfaces for LAPACK functions don't contain the initial letter specifying data type since that is determined implicitly. Did you try a search for sytri2?&lt;BR /&gt;&lt;BR /&gt;-Todd</description>
      <pubDate>Thu, 02 Dec 2010 22:15:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779414#M1320</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2010-12-02T22:15:03Z</dc:date>
    </item>
    <item>
      <title>multithreaded matrix inversion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779415#M1321</link>
      <description>Hello,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately we don't have mentioning of DSYTRI2 in our documentation. But you could find the mentioning of the function on "what's new" page for NETLIB LAPACK 3.3, which was released recently. Latest available releases of MKL for the momentcorresponds to NETLIB LAPACK 3.2.2 by the functionality.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;You are right, current DSYTRI doesn't benefit from threading. And the DSYTRI2 from NETLIB LAPACK 3.3 is exactly addresses that issue. The LAPACK 3.3 release will be included in one of our future updates. For now you could link the DSYTRI2 function from NETLIB LAPACK before MKL in your linking line and benefit from highly optimized MKL BLAS.&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN style="line-height: normal;"&gt;Thank you for reporting the issue, there is indeed lack of scalability for the current algorithm. We have it in plans
for one of future MKL releases.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Dec 2010 18:47:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779415#M1321</guid>
      <dc:creator>Alexander_K_Intel3</dc:creator>
      <dc:date>2010-12-03T18:47:13Z</dc:date>
    </item>
    <item>
      <title>multithreaded matrix inversion</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779416#M1322</link>
      <description>hello mha111. the problem you reported has been fixed in the latest update 5 (MKL 10.3 Update 5). This update available now.Gennady</description>
      <pubDate>Wed, 24 Aug 2011 18:01:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreaded-matrix-inversion/m-p/779416#M1322</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-08-24T18:01:40Z</dc:date>
    </item>
  </channel>
</rss>

