<?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 Speed of posv and potri in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868402#M8217</link>
    <description>eskell, just for your references:
&lt;DIV&gt;see more details about ManagingPerformanceand Memory into User's Guide, chapter 6: codingTechniques.&lt;/DIV&gt;
&lt;DIV&gt;as an example:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV id="_mcePaste"&gt;To obtain the best performance with Intel MKL, ensure the following data alignment in your&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt;source code:&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; Align arrays on 16-byte boundaries.&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; Make sure leading dimension values (n*element_size) of two-dimensional arrays aredivisible by 16.&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; For two-dimensional arrays, avoid leading dimension values divisible by 2048.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;and etc.&lt;/DIV&gt;
&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Mar 2010 16:28:13 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-03-23T16:28:13Z</dc:date>
    <item>
      <title>Speed of posv and potri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868398#M8213</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I'm doing a bundle adjustment using posv to solve the system and potri for the covariance matrix. I use very big symmetric matrices ( &amp;gt; 20,000x20,000) so the calculation takes some time. The bundle adjustment is a refining process; some iterations followed by stat check accuracy forms a pass. There are mostly more than one pass for each dataset.&lt;BR /&gt;&lt;BR /&gt;I recorded the time it takes for some processes (iteration, pass, solving, inversion) and I had some strange results. For small datasets (matrices smaller than 10,000), everything is ok; with the MKL library, it is very fast. :) However, with bigger ones, the time is unpredictable: be itabout computation time (MKL library) and initialisation time(program design). Doesthe computation timedepend of the exact size of the matrix, like being a multiple of 2 (which is MKL related "issue")? I read something about it in the User Manual (p. 6-14), but I wasn't sure if it applies to my problem.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!</description>
      <pubDate>Wed, 17 Mar 2010 16:12:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868398#M8213</guid>
      <dc:creator>xdominique</dc:creator>
      <dc:date>2010-03-17T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Speed of posv and potri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868399#M8214</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For large data set, does the system have enough memory to contain the data? If the data is too large and can notbe kept in the memory, swapping into disk by OS may take longer and unpredictable time.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chao&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2010 06:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868399#M8214</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-03-19T06:34:43Z</dc:date>
    </item>
    <item>
      <title>Speed of posv and potri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868400#M8215</link>
      <description>Hi Chao Y!&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer. Indeed, the matrix takes more Gb than the available RAM. So the size of the matrix being a multiple of 2 is not important?&lt;BR /&gt;&lt;BR /&gt;Have a nice day.</description>
      <pubDate>Fri, 19 Mar 2010 19:09:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868400#M8215</guid>
      <dc:creator>xdominique</dc:creator>
      <dc:date>2010-03-19T19:09:53Z</dc:date>
    </item>
    <item>
      <title>Speed of posv and potri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868401#M8216</link>
      <description>I'm not familiar with the reference about multiples of 2. There is a reference about choosing sizes such that each row or column is 16-byte aligned; that should have most effect on problems much smaller than yours, while the suggestion about what fits in RAM is rightly given for larger problems.</description>
      <pubDate>Sat, 20 Mar 2010 00:39:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868401#M8216</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-03-20T00:39:03Z</dc:date>
    </item>
    <item>
      <title>Speed of posv and potri</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868402#M8217</link>
      <description>eskell, just for your references:
&lt;DIV&gt;see more details about ManagingPerformanceand Memory into User's Guide, chapter 6: codingTechniques.&lt;/DIV&gt;
&lt;DIV&gt;as an example:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV id="_mcePaste"&gt;To obtain the best performance with Intel MKL, ensure the following data alignment in your&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt;source code:&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; Align arrays on 16-byte boundaries.&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; Make sure leading dimension values (n*element_size) of two-dimensional arrays aredivisible by 16.&lt;/DIV&gt;
&lt;DIV id="_mcePaste"&gt; For two-dimensional arrays, avoid leading dimension values divisible by 2048.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;and etc.&lt;/DIV&gt;
&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Mar 2010 16:28:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Speed-of-posv-and-potri/m-p/868402#M8217</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-03-23T16:28:13Z</dc:date>
    </item>
  </channel>
</rss>

