<?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:clarify oneapi::mkl::sparse::omatcopy in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1524091#M35129</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The function "converts a sparse matrix in CSR format (that is defined by the three arrays csrVal, csrRowPtr, and csrColInd) into a sparse matrix in CSC format (that is defined by arrays cscVal, cscRowInd, and cscColPtr).&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Yes, your understanding is correct.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The resulting matrix might be seen as the transpose of the original sparse matrix but this routine can't be used to convert a matrix in CSC format into a matrix in CSR format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Beacuse the CSR matrix must have a monotonically increasing row index and currently, the only supported matrix format for &amp;lt;sparse_matrix_type&amp;gt; is the csr format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer the below links for more details:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-2/oneapi-mkl-sparse-omatcopy.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-2/oneapi-mkl-sparse-omatcopy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-1/sparse-blas-csr-matrix-storage-format.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-1/sparse-blas-csr-matrix-storage-format.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sri Raj Aryan.K&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Sep 2023 08:15:08 GMT</pubDate>
    <dc:creator>AryanK_Intel</dc:creator>
    <dc:date>2023-09-15T08:15:08Z</dc:date>
    <item>
      <title>clarify oneapi::mkl::sparse::omatcopy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1523458#M35118</link>
      <description>&lt;P&gt;The function "converts a sparse matrix in CSR format (that is defined by the three arrays csrVal, csrRowPtr, and csrColInd) into a sparse matrix in CSC format (that is defined by arrays cscVal, cscRowInd, and cscColPtr).&amp;nbsp;&lt;SPAN&gt;The resulting matrix can also be seen as the transpose of the original sparse matrix. Notice that this routine can also be used to convert a matrix in CSC format into a matrix in CSR format."&amp;nbsp; Is that right ?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 18:08:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1523458#M35118</guid>
      <dc:creator>sycl-developer</dc:creator>
      <dc:date>2023-09-13T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re:clarify oneapi::mkl::sparse::omatcopy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1524091#M35129</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The function "converts a sparse matrix in CSR format (that is defined by the three arrays csrVal, csrRowPtr, and csrColInd) into a sparse matrix in CSC format (that is defined by arrays cscVal, cscRowInd, and cscColPtr).&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Yes, your understanding is correct.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The resulting matrix might be seen as the transpose of the original sparse matrix but this routine can't be used to convert a matrix in CSC format into a matrix in CSR format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Beacuse the CSR matrix must have a monotonically increasing row index and currently, the only supported matrix format for &amp;lt;sparse_matrix_type&amp;gt; is the csr format.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer the below links for more details:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-2/oneapi-mkl-sparse-omatcopy.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-dpcpp/2023-2/oneapi-mkl-sparse-omatcopy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-1/sparse-blas-csr-matrix-storage-format.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2023-1/sparse-blas-csr-matrix-storage-format.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sri Raj Aryan.K&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2023 08:15:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1524091#M35129</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-09-15T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re:clarify oneapi::mkl::sparse::omatcopy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1526637#M35169</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A &lt;EM&gt;gentle reminder&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;Has the information provided helped? Could you please get back to us if you have any other queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sri Raj Aryan.K&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2023 11:49:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1526637#M35169</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-09-22T11:49:56Z</dc:date>
    </item>
    <item>
      <title>Re:clarify oneapi::mkl::sparse::omatcopy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1528742#M35206</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please provide us with an update on your issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sri Raj Aryan.K&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Sep 2023 07:24:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/clarify-oneapi-mkl-sparse-omatcopy/m-p/1528742#M35206</guid>
      <dc:creator>AryanK_Intel</dc:creator>
      <dc:date>2023-09-29T07:24:40Z</dc:date>
    </item>
  </channel>
</rss>

