<?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 I found that using ilp64 is in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154506#M27457</link>
    <description>&lt;P&gt;I found that using ilp64 is the solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface" target="_blank"&gt;https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2019 02:07:14 GMT</pubDate>
    <dc:creator>qiu__jiezhong</dc:creator>
    <dc:date>2019-09-01T02:07:14Z</dc:date>
    <item>
      <title>segmentation fault when mkl_sparse_d_mv for sparse matrix with many nonzeros</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154505#M27456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am computing y=Ax (mkl_sparse_d_mv) for a 81,000 x 81,000 sparse matrix A (csr format) with&amp;nbsp;2.3*10^9 nnzs, but MKL&amp;nbsp;produce&amp;nbsp;segmentation fault.&lt;/P&gt;&lt;P&gt;The sparse matrix is dumped from another program. I first read it from disk, and then call&amp;nbsp;mkl_sparse_d_create_csr to create the matrix. mkl_sparse_d_create_csr returns&amp;nbsp;SPARSE_STATUS_SUCCESS. But when I move to&amp;nbsp;mkl_sparse_d_mv, it shows me&amp;nbsp;segmentation fault.&lt;/P&gt;&lt;P&gt;My another observation is that when I decrease #nnz to be 1.5*10^9, MKL can finish the computation successfully.&lt;/P&gt;&lt;P&gt;My hypothesis is that MKL 2.3*10^9 &amp;gt; 2^31, and MKL may have constraints on #nnz in a sparse matrix.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks!&lt;/P&gt;&lt;P&gt;Env: Linux,&amp;nbsp;parallel_studio_xe_2019_update4.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 01:36:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154505#M27456</guid>
      <dc:creator>qiu__jiezhong</dc:creator>
      <dc:date>2019-09-01T01:36:08Z</dc:date>
    </item>
    <item>
      <title>I found that using ilp64 is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154506#M27457</link>
      <description>&lt;P&gt;I found that using ilp64 is the solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface" target="_blank"&gt;https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 02:07:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154506#M27457</guid>
      <dc:creator>qiu__jiezhong</dc:creator>
      <dc:date>2019-09-01T02:07:14Z</dc:date>
    </item>
    <item>
      <title>Hi!Can you please try ILP64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154507#M27458</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;Can you please try ILP64 interface for MKL?&amp;nbsp;&lt;BR /&gt;(https://software.intel.com/en-us/mkl-linux-developer-guide-using-the-ilp64-interface-vs-lp64-interface)&lt;BR /&gt;&lt;BR /&gt;I believe it may help in your case, as number of nonzero elements is indeed big.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Maria&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 23:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154507#M27458</guid>
      <dc:creator>MariaZh</dc:creator>
      <dc:date>2019-09-03T23:52:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Zhukova, Maria (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154508#M27459</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Zhukova, Maria (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi!&lt;BR /&gt;Can you please try ILP64 interface for MKL?&amp;nbsp;&lt;BR /&gt;(&lt;A href="https://software.intel.com/en-us/mkl-linux-developer-guide-using-the-ilp64-interface-vs-lp64-interface"&gt;https://software.intel.com/en-us/mkl-linux-developer-guide-using-the-ilp...&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I believe it may help in your case, as number of nonzero elements is indeed big.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Maria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it helps. Thanks a lot!!!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 20:03:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-when-mkl-sparse-d-mv-for-sparse-matrix-with/m-p/1154508#M27459</guid>
      <dc:creator>qiu__jiezhong</dc:creator>
      <dc:date>2019-09-09T20:03:31Z</dc:date>
    </item>
  </channel>
</rss>

