<?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 I improve sparsity,the first in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163892#M28101</link>
    <description>&lt;P&gt;I improve sparsity,the first matrix is(1507, 256),which&amp;nbsp;sparsity is 70% more,and The other one is(256,31140),which sparsity is 70% more,here is my code. and I test in&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) Silver.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2019 06:54:49 GMT</pubDate>
    <dc:creator>zhou__jianqian</dc:creator>
    <dc:date>2019-09-20T06:54:49Z</dc:date>
    <item>
      <title>mkl_sparse_s_spmmd is slower than tensorflow tf.sparse_matmul</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163890#M28099</link>
      <description>&lt;P&gt;I have two sparse matrix,both of them sparsity is&amp;nbsp;about 55%, I use&amp;nbsp;mkl_sparse_s_spmmd function and pack the funtion .so dynamic library.in python program import .so.I&amp;nbsp;compare .so and th.sparse_matmul use the same dataset.but I found the tf.sparse_matmul performance is good than the .so.&lt;/P&gt;&lt;P&gt;I compile MKL tensorflow,and test in this tensorflow.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:08:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163890#M28099</guid>
      <dc:creator>zhou__jianqian</dc:creator>
      <dc:date>2019-09-17T07:08:02Z</dc:date>
    </item>
    <item>
      <title>55% of sparsity - this is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163891#M28100</link>
      <description>&lt;P&gt;55% of sparsity - this is dense but not sparse matrixes. what is the problem size? Probably, it makes sense to try the "classical" sgemm if the RAM size will allow doing that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163891#M28100</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-20T06:41:15Z</dc:date>
    </item>
    <item>
      <title>I improve sparsity,the first</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163892#M28101</link>
      <description>&lt;P&gt;I improve sparsity,the first matrix is(1507, 256),which&amp;nbsp;sparsity is 70% more,and The other one is(256,31140),which sparsity is 70% more,here is my code. and I test in&amp;nbsp;&amp;nbsp;Intel(R) Xeon(R) Silver.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:54:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163892#M28101</guid>
      <dc:creator>zhou__jianqian</dc:creator>
      <dc:date>2019-09-20T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Meanwhile,when use mkl sparse</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163893#M28102</link>
      <description>&lt;P&gt;Meanwhile,when use mkl sparse product,the CPU&amp;nbsp;Utilization ratio is lower than tf.matmul() and tf.sparse_matmul()&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 09:04:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163893#M28102</guid>
      <dc:creator>zhou__jianqian</dc:creator>
      <dc:date>2019-09-20T09:04:57Z</dc:date>
    </item>
    <item>
      <title>nevertheless, why don't you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163894#M28103</link>
      <description>&lt;P&gt;nevertheless, why don't you want to call sgemm? Your typical problem sizes are not too big. You may convert from csr to dense representation and make the [s,d]gemm call. I do believe the performance and scalability will be pretty fine.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 13:38:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163894#M28103</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-20T13:38:30Z</dc:date>
    </item>
    <item>
      <title>Thank you for your answer，at</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163895#M28104</link>
      <description>&lt;P&gt;Thank you for your answer，at frist I think my matrix is sparse，so I replace dense matrix product with sparse matrix product，meanwhile,I enlarge my matrix size and sparsity,the size is13000*256,256*31140,the sparsity is 80%,I originally think this will improve my performance，but the running result shows my idea is wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 07:08:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-sparse-s-spmmd-is-slower-than-tensorflow-tf-sparse-matmul/m-p/1163895#M28104</guid>
      <dc:creator>zhou__jianqian</dc:creator>
      <dc:date>2019-09-23T07:08:56Z</dc:date>
    </item>
  </channel>
</rss>

