<?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 Hi Yiming,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096139#M23580</link>
    <description>&lt;P&gt;Hi Yiming,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for letting us know. I may escalate the interface request to engineer team to consider in future version. You may use the &amp;nbsp;transpose +&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;mkl_?csrmm + transpose for temp workaround.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;Ying&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;transpose, void mkl_simatcopy (const char ordering, const char trans, size_t rows, size_t cols,&lt;BR /&gt;
	const float alpha, float * AB, size_t lda, size_t ldb);&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 07:49:40 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2016-06-17T07:49:40Z</dc:date>
    <item>
      <title>Dense matrix multiply tansposed Sparse Matrix?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096136#M23577</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to use MKL Sparse to compute a dense matrix multiply transposed sparse matrix. Particularly, if I have input A(dense, m-by-k), B(sparse, n-by-k), I want to compute:&lt;/P&gt;

&lt;P&gt;C = A * B'&lt;/P&gt;

&lt;P&gt;where C is a m-by-n dense matrix. Notice that the position of matrix is different from what mkl_?csrmm(https://software.intel.com/zh-cn/node/520832) defines. I am thinking about transpose the A and C and transpose them back after computation. But there is too much memory consumption when A and C are both big. Any thoughts on that?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:48:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096136#M23577</guid>
      <dc:creator>Yiming_W_</dc:creator>
      <dc:date>2016-06-14T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Hi Yiming,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096137#M23578</link>
      <description>&lt;P&gt;Hi Yiming,&lt;/P&gt;

&lt;P&gt;Right,&amp;nbsp;it seems there is no suitable function to do such operation besides that either B transpose, or A transpose. .&lt;/P&gt;

&lt;P&gt;C= A(dense)*B'(sparse)&amp;nbsp; or&amp;nbsp; C'=B(sparse)*A'(dense) is&amp;nbsp;for&amp;nbsp;mkl_?csrmm.&lt;/P&gt;

&lt;P&gt;What is the range of the m, k, n?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 02:24:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096137#M23578</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-06-15T02:24:24Z</dc:date>
    </item>
    <item>
      <title>Hi Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096138#M23579</link>
      <description>&lt;P&gt;Hi Ying,&lt;/P&gt;

&lt;P&gt;Thanks for replying. I think the M and N might be in the range of 1,000 to 50,000. Do you have any plan for providing any interface with sparse matrix on the right?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Yiming&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Yiming,&lt;/P&gt;

&lt;P&gt;Right,&amp;nbsp;it seems there is no suitable function to do such operation besides that either B transpose, or A transpose. .&lt;/P&gt;

&lt;P&gt;C= A(dense)*B'(sparse)&amp;nbsp; or&amp;nbsp; C'=B(sparse)*A'(dense) is&amp;nbsp;for&amp;nbsp;mkl_?csrmm.&lt;/P&gt;

&lt;P&gt;What is the range of the m, k, n?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096138#M23579</guid>
      <dc:creator>Yiming_W_</dc:creator>
      <dc:date>2016-06-15T19:29:00Z</dc:date>
    </item>
    <item>
      <title>Hi Yiming, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096139#M23580</link>
      <description>&lt;P&gt;Hi Yiming,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for letting us know. I may escalate the interface request to engineer team to consider in future version. You may use the &amp;nbsp;transpose +&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;mkl_?csrmm + transpose for temp workaround.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px; background-color: rgb(238, 238, 238);"&gt;Ying&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;transpose, void mkl_simatcopy (const char ordering, const char trans, size_t rows, size_t cols,&lt;BR /&gt;
	const float alpha, float * AB, size_t lda, size_t ldb);&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 07:49:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Dense-matrix-multiply-tansposed-Sparse-Matrix/m-p/1096139#M23580</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-06-17T07:49:40Z</dc:date>
    </item>
  </channel>
</rss>

