<?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 QR Factorization - support for tall, skinny matrices in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779421#M1327</link>
    <description>Investigators at Ohio State/Ohio Supercomputer center made versions of caqr using cilk+ and OpenMP. They offered to speak on it at SC11 conference. It links MKL but doesn't make significant use of it. The cilk+ organized for stride 1 inner loops runs well on Xeon 5680.</description>
    <pubDate>Sat, 10 Dec 2011 12:46:02 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2011-12-10T12:46:02Z</dc:date>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779417#M1323</link>
      <description>Would it be possible to get an optimized version of the routine cgeqrf, in order to speed up the QR factorization of tall, skinny matrices?</description>
      <pubDate>Thu, 08 Dec 2011 14:31:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779417#M1323</guid>
      <dc:creator>smh</dc:creator>
      <dc:date>2011-12-08T14:31:42Z</dc:date>
    </item>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779418#M1324</link>
      <description>QR factorization routines are threaded but the efficiency of theirs implementation is depended on the input problem sizes.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Dec 2011 04:03:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779418#M1324</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-12-09T04:03:01Z</dc:date>
    </item>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779419#M1325</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Could you also support the matrix size for the tall, skinny matrix? so we can track it for the future optimization consideration. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 09:19:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779419#M1325</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-12-09T09:19:17Z</dc:date>
    </item>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779420#M1326</link>
      <description>Following &lt;A href="http://www.eecs.berkeley.edu/Pubs/TechRpts/2010/EECS-2010-131.pdf"&gt;http://www.eecs.berkeley.edu/Pubs/TechRpts/2010/EECS-2010-131.pdf&lt;/A&gt; supposedly it is not too hard to produce a DIY version. The algorithm is not quite easy to understand.</description>
      <pubDate>Sat, 10 Dec 2011 06:35:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779420#M1326</guid>
      <dc:creator>styc</dc:creator>
      <dc:date>2011-12-10T06:35:36Z</dc:date>
    </item>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779421#M1327</link>
      <description>Investigators at Ohio State/Ohio Supercomputer center made versions of caqr using cilk+ and OpenMP. They offered to speak on it at SC11 conference. It links MKL but doesn't make significant use of it. The cilk+ organized for stride 1 inner loops runs well on Xeon 5680.</description>
      <pubDate>Sat, 10 Dec 2011 12:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779421#M1327</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-12-10T12:46:02Z</dc:date>
    </item>
    <item>
      <title>QR Factorization - support for tall, skinny matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779422#M1328</link>
      <description>The matrix size of interest has a lead dimension of up to 250,000 with the other dimension on the order of one or two hundred.</description>
      <pubDate>Mon, 19 Dec 2011 14:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/QR-Factorization-support-for-tall-skinny-matrices/m-p/779422#M1328</guid>
      <dc:creator>smh</dc:creator>
      <dc:date>2011-12-19T14:27:13Z</dc:date>
    </item>
  </channel>
</rss>

