<?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 Using PBLAS for large matrix-vector products in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PBLAS-for-large-matrix-vector-products/m-p/780313#M1433</link>
    <description>&lt;P&gt;Please allow me to ask some questions for clarification: &lt;BR /&gt;&lt;BR /&gt;1) Are you doing multi-threading (shared-memory) parallelization? &lt;BR /&gt;2) Would you like to parallelize matrix-vector multiplication by doing multiple dspmv calls from different threads? &lt;BR /&gt;&lt;BR /&gt;I cannot think of an easy way to achieve (2). Also, matrix-vector multiplication for your problem sizes may show poor scaling for single-socket systems.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Efe&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jul 2012 09:09:28 GMT</pubDate>
    <dc:creator>Murat_G_Intel</dc:creator>
    <dc:date>2012-07-25T09:09:28Z</dc:date>
    <item>
      <title>Using PBLAS for large matrix-vector products</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PBLAS-for-large-matrix-vector-products/m-p/780312#M1432</link>
      <description>I have very large symmetric NxN matrix (N~4-5x10^4) and need to compute y=A*x. I have been using dspmv from blas 2 for matrix vector multiplication since the packed matrix allows me enough storage. How do parallelize this for a multi-core machine while not increasing my memory footprint greatly? Memory requirements for such a problem size is right now 6 GB and I want to limit to 8 GB. So unpacking into a full matrix is not an option.</description>
      <pubDate>Fri, 20 Jul 2012 22:28:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PBLAS-for-large-matrix-vector-products/m-p/780312#M1432</guid>
      <dc:creator>vikramb</dc:creator>
      <dc:date>2012-07-20T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Using PBLAS for large matrix-vector products</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PBLAS-for-large-matrix-vector-products/m-p/780313#M1433</link>
      <description>&lt;P&gt;Please allow me to ask some questions for clarification: &lt;BR /&gt;&lt;BR /&gt;1) Are you doing multi-threading (shared-memory) parallelization? &lt;BR /&gt;2) Would you like to parallelize matrix-vector multiplication by doing multiple dspmv calls from different threads? &lt;BR /&gt;&lt;BR /&gt;I cannot think of an easy way to achieve (2). Also, matrix-vector multiplication for your problem sizes may show poor scaling for single-socket systems.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Efe&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2012 09:09:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-PBLAS-for-large-matrix-vector-products/m-p/780313#M1433</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2012-07-25T09:09:28Z</dc:date>
    </item>
  </channel>
</rss>

