<?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 Ying in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137277#M26121</link>
    <description>&lt;P&gt;Hi Ying&lt;/P&gt;

&lt;P&gt;In the current release, all Sparse BLAS Level2 are declared as depreciated in the header file (mkl_spblas.h). Does it mean that Sparse BLAS will not be available in the mkl library in the future ?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Pascal&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 14:39:55 GMT</pubDate>
    <dc:creator>MOSBAH__Pascal</dc:creator>
    <dc:date>2018-07-02T14:39:55Z</dc:date>
    <item>
      <title>convert dense matrix to sparse CSR form</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137273#M26117</link>
      <description>&lt;P&gt;previously, I have used&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;mkl_sdnscsr to convert a dense matrix to a sparse matrix with CSR format. However, with current update(2018 update 3), this function is depreciated, and the user manual instruct me to find a replacement in matrix manipulation of the inspector-executor sparse blas routine. However, I can not find the replacement function! Do you know which function I can use now to convert my dense matrix to a sparse CSR format?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 08:20:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137273#M26117</guid>
      <dc:creator>chen__guanbo</dc:creator>
      <dc:date>2018-06-08T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Hi Guanbo,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137274#M26118</link>
      <description>&lt;P&gt;Hi Guanbo,&lt;/P&gt;

&lt;P&gt;Thank you for raising the question!&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="margin: 0px; color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,sans-serif; font-size: 11pt;"&gt;You’re right, this routine will be deprecated in future and so far we don’t have any analogues for dense-to-sparse converters in IE SpBLAS. We’re going to work on it.&amp;nbsp; you may continue to use the &lt;/SPAN&gt;mkl_sdnscsr &lt;SPAN style="margin: 0px; color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,sans-serif; font-size: 11pt;"&gt;&amp;nbsp;.&amp;nbsp; we will release the news if&amp;nbsp;the replacement is&amp;nbsp;ready. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;​Thanks&lt;BR /&gt;
	Ying&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 02:07:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137274#M26118</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-06-13T02:07:46Z</dc:date>
    </item>
    <item>
      <title>Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137275#M26119</link>
      <description>&lt;P&gt;Ying,&lt;/P&gt;

&lt;P&gt;It would be nice if this information made its way to the documentation.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Miguel&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 21:37:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137275#M26119</guid>
      <dc:creator>miguel_l_2</dc:creator>
      <dc:date>2018-06-22T21:37:47Z</dc:date>
    </item>
    <item>
      <title>Hi Miguel,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137276#M26120</link>
      <description>&lt;P&gt;Hi Miguel,&lt;BR /&gt;
	&lt;BR /&gt;
	​thank you for the suggestion. Sure we will forward it to our doc team.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	​Thank you!&lt;BR /&gt;
	Ying&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 03:44:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137276#M26120</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2018-06-25T03:44:25Z</dc:date>
    </item>
    <item>
      <title>Hi Ying</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137277#M26121</link>
      <description>&lt;P&gt;Hi Ying&lt;/P&gt;

&lt;P&gt;In the current release, all Sparse BLAS Level2 are declared as depreciated in the header file (mkl_spblas.h). Does it mean that Sparse BLAS will not be available in the mkl library in the future ?&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Pascal&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 14:39:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/convert-dense-matrix-to-sparse-CSR-form/m-p/1137277#M26121</guid>
      <dc:creator>MOSBAH__Pascal</dc:creator>
      <dc:date>2018-07-02T14:39:55Z</dc:date>
    </item>
  </channel>
</rss>

