<?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 Sparse blas matrix multiplication - speed vs memory in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-blas-matrix-multiplication-speed-vs-memory/m-p/1606576#M36217</link>
    <description>&lt;P&gt;I was doing some comparison tests and noticed that a general matrix multiplication function is faster than a sparse blas specific function (cblas_?gemm and mkl_sparse_?_mm). The objective of sparse blas' matrix multiplication functions, at least, is to be less expensive in terms of memory, but not necessarily in terms of execution time, am I right?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 16:56:54 GMT</pubDate>
    <dc:creator>joao-araujo</dc:creator>
    <dc:date>2024-06-13T16:56:54Z</dc:date>
    <item>
      <title>Sparse blas matrix multiplication - speed vs memory</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-blas-matrix-multiplication-speed-vs-memory/m-p/1606576#M36217</link>
      <description>&lt;P&gt;I was doing some comparison tests and noticed that a general matrix multiplication function is faster than a sparse blas specific function (cblas_?gemm and mkl_sparse_?_mm). The objective of sparse blas' matrix multiplication functions, at least, is to be less expensive in terms of memory, but not necessarily in terms of execution time, am I right?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-blas-matrix-multiplication-speed-vs-memory/m-p/1606576#M36217</guid>
      <dc:creator>joao-araujo</dc:creator>
      <dc:date>2024-06-13T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sparse blas matrix multiplication - speed vs memory</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-blas-matrix-multiplication-speed-vs-memory/m-p/1607110#M36218</link>
      <description>&lt;P&gt;As an extreme counterexample, consider the outer product of two n-vectors. You may use a general matrix multiply routine to perform this operation, although other routines may be better suited. The general matrix routine need not use more temporary storage than that needed for a single real/double.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 03:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Sparse-blas-matrix-multiplication-speed-vs-memory/m-p/1607110#M36218</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2024-06-16T03:38:15Z</dc:date>
    </item>
  </channel>
</rss>

