<?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: Re:how to provide support for sparse matrices in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1258067#M30933</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your attention to this matter.&lt;BR /&gt;At the end I decided to implement my own support for the sparse matrices ( like, it seems, it is done by any other package dealing with that ).&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 08:44:32 GMT</pubDate>
    <dc:creator>DavidLivshin</dc:creator>
    <dc:date>2021-02-22T08:44:32Z</dc:date>
    <item>
      <title>how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1253776#M30877</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;I came up with the parallel implementation of the&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;stochastic matrix calculation ( e.g. for a transition probabilities matrix in a Markov chain ),&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;see for&lt;/P&gt;
&lt;P style="margin-left: 0.49in; margin-bottom: 0in; line-height: 100%;"&gt;&lt;A href="https://products.dalsoft.com/dpl.html#stochasticOrder" target="_self"&gt;description&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin-left: 0.49in; margin-bottom: 0in; line-height: 100%;"&gt;&lt;A href="https://products.dalsoft.com/dpl.html#performance_accuracyAnalysis_conditionalFunctions_stochasticOrdering_timing" target="_self"&gt;timing&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin-left: 0.49in; margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;Now I would like to provide implementation for a sparse input matrices. How do I do that?&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;Checking few applications that support sparse matrices, it seems that all of them provide routines that allow sparse matrices maintenance. Is that the way to follow?&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;Is there a standard for sparse matrices and a standalone library that supports this standard? It seems that there are some standards for sparse matrices format and few packages that support these formats but they offer much more that I need.&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;Thank you,&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;David&lt;/P&gt;
&lt;P style="margin-bottom: 0in; line-height: 100%;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 09:05:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1253776#M30877</guid>
      <dc:creator>DavidLivshin</dc:creator>
      <dc:date>2021-02-07T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re:how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1255985#M30892</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;Will you please give us more details on your use-case. &lt;/P&gt;&lt;P&gt;It seems that you want to use sparse matrices, and the Intel oneAPI MKL library has lots of subroutines to handle sparse matrices depending on the usecase. Please refer to the below link for more details.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So please give us specific details related to your use-case and issues so that we will get more clarity to solve your issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 07:11:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1255985#M30892</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-15T07:11:35Z</dc:date>
    </item>
    <item>
      <title>Re:how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1258038#M30932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please give us an update on the provided details.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2021 07:11:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1258038#M30932</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-22T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re:how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1258067#M30933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your attention to this matter.&lt;BR /&gt;At the end I decided to implement my own support for the sparse matrices ( like, it seems, it is done by any other package dealing with that ).&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 08:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1258067#M30933</guid>
      <dc:creator>DavidLivshin</dc:creator>
      <dc:date>2021-02-22T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re:how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1259650#M30956</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That's great,&lt;/P&gt;&lt;P&gt;Please update us if you have any other issues/problems related to this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Feb 2021 10:11:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1259650#M30956</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-02-26T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re:how to provide support for sparse matrices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1262242#M30994</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As we haven't heard back from you, we are considering that your issue has been resolved.&lt;/P&gt;&lt;P&gt;We will no longer monitor this thread. If you require any additional assistance from Intel, please start a new thread.&lt;/P&gt;&lt;P&gt;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2021 05:59:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-provide-support-for-sparse-matrices/m-p/1262242#M30994</guid>
      <dc:creator>AbhishekD_Intel</dc:creator>
      <dc:date>2021-03-08T05:59:43Z</dc:date>
    </item>
  </channel>
</rss>

