<?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 Re: using MKL in place of CSparse library in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877139#M9070</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/424183"&gt;meinyahanhoongmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;thnx for the quick response.&lt;BR /&gt;I am using mkl 10.0.011 and didn't find the mkl_?csrmultcsr and mkl_?csradd functions. In which version are these functions included?&lt;BR /&gt;Also, the my matrices are in csc format. What could be the suggestions for using these functions? Is there any function to convert csc to csr format?&lt;BR /&gt;&lt;BR /&gt;thanx,&lt;BR /&gt;regards...&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I believe ?csrmultcsr is new in 10.1. As for csc to csr, youprobably need to usecs_transpose.&lt;BR /&gt;&lt;BR /&gt;or you could go to the following url, download Sparsity source codes, and look at sparse_fcvt.c.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.berkeley.edu/~ejim/sparsity/" target="_blank"&gt;http://www.cs.berkeley.edu/~ejim/sparsity/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jun 2009 18:17:56 GMT</pubDate>
    <dc:creator>jaewonj</dc:creator>
    <dc:date>2009-06-19T18:17:56Z</dc:date>
    <item>
      <title>using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877136#M9067</link>
      <description>Hi,&lt;BR /&gt; I've been working on a code where I want to implement MKL instead of CSparse library. Just for the reference, CSparse function routines can be seen on " &lt;A href="http://www.cise.ufl.edu/research/sparse/CSparse/" target="_blank"&gt;http://www.cise.ufl.edu/research/sparse/CSparse/&lt;/A&gt; ". I am finding trouble in handling the cs_multiply and cs_add functions. Also, the CSparse library has defines a structure " cs* " for storing and using sparse matrices, but for using MKL functions, one has to pass all the details manually every time. Please suggest some way to proceed ahead. &lt;BR /&gt; Also, which function of MKL can be used to multiply 2 sparse matrices? The function I found in MKL for solving C=A*B (A,B,C all are matrices) are for one sparse matrix and the rest are dense matrices.&lt;BR /&gt;&lt;BR /&gt;Please look through this and help me out.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Regards..... :)</description>
      <pubDate>Thu, 18 Jun 2009 17:59:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877136#M9067</guid>
      <dc:creator>meinyahanhoongmail_c</dc:creator>
      <dc:date>2009-06-18T17:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877137#M9068</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/424183"&gt;meinyahanhoongmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Also, which function of MKL can be used to multiply 2 sparse matrices? The function I found in MKL for solving C=A*B (A,B,C all are matrices) are for one sparse matrix and the rest are dense matrices.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;(1) &lt;A href="http://www.nag.co.uk/numeric/csharpinfo.asp"&gt;this link&lt;/A&gt; should help you. It demonstrates most of the things you'll need to call MKL from C#. In case of any problems, post some a bit more detailed info.&lt;BR /&gt;(2) sparse matrices -&amp;gt; see mkl_?csrmultcsr and &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=65881"&gt;this thread for details&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 00:28:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877137#M9068</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-19T00:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877138#M9069</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/342379"&gt;ArturGuzik&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/424183"&gt;meinyahanhoongmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Also, which function of MKL can be used to multiply 2 sparse matrices? The function I found in MKL for solving C=A*B (A,B,C all are matrices) are for one sparse matrix and the rest are dense matrices.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;(1) &lt;A href="http://www.nag.co.uk/numeric/csharpinfo.asp"&gt;this link&lt;/A&gt; should help you. It demonstrates most of the things you'll need to call MKL from C#. In case of any problems, post some a bit more detailed info.&lt;BR /&gt;(2) sparse matrices -&amp;gt; see mkl_?csrmultcsr and &lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=65881"&gt;this thread for details&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;thnx for the quick response.&lt;BR /&gt;I am using mkl 10.0.011 and didn't find the mkl_?csrmultcsr and mkl_?csradd functions. In which version are these functions included?&lt;BR /&gt;Also, the my matrices are in csc format. What could be the suggestions for using these functions? Is there any function to convert csc to csr format?&lt;BR /&gt;&lt;BR /&gt;thanx,&lt;BR /&gt;regards...&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 11:07:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877138#M9069</guid>
      <dc:creator>meinyahanhoongmail_c</dc:creator>
      <dc:date>2009-06-19T11:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877139#M9070</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/424183"&gt;meinyahanhoongmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;thnx for the quick response.&lt;BR /&gt;I am using mkl 10.0.011 and didn't find the mkl_?csrmultcsr and mkl_?csradd functions. In which version are these functions included?&lt;BR /&gt;Also, the my matrices are in csc format. What could be the suggestions for using these functions? Is there any function to convert csc to csr format?&lt;BR /&gt;&lt;BR /&gt;thanx,&lt;BR /&gt;regards...&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I believe ?csrmultcsr is new in 10.1. As for csc to csr, youprobably need to usecs_transpose.&lt;BR /&gt;&lt;BR /&gt;or you could go to the following url, download Sparsity source codes, and look at sparse_fcvt.c.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.berkeley.edu/~ejim/sparsity/" target="_blank"&gt;http://www.cs.berkeley.edu/~ejim/sparsity/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 18:17:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877139#M9070</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-06-19T18:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877140#M9071</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I believe ?csrmultcsr is new in 10.1. As for csc to csr, youprobably need to usecs_transpose.&lt;BR /&gt;&lt;BR /&gt;or you could go to the following url, download Sparsity source codes, and look at sparse_fcvt.c.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.berkeley.edu/~ejim/sparsity/" target="_blank"&gt;http://www.cs.berkeley.edu/~ejim/sparsity/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
That's true. It's from version 10.1. So your options are limited to (a) upgrade (b) get replacement code as pointed above.&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jun 2009 07:11:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877140#M9071</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-06-20T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: using MKL in place of CSparse library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877141#M9072</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/424183"&gt;meinyahanhoongmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Is there any function to convert csc to csr format?&lt;BR /&gt;&lt;BR /&gt;thanx,&lt;BR /&gt;regards...&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Just for information:&lt;BR /&gt;The newest MKL version 10.2(we are going to release very soon) will contains another extended list of conversion routines, including a new one for conversion CSR (3-array variation) &amp;lt;-&amp;gt; CSC (3-array variation).&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2009 06:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/using-MKL-in-place-of-CSparse-library/m-p/877141#M9072</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-22T06:36:41Z</dc:date>
    </item>
  </channel>
</rss>

