<?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:Pardiso in GPU in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1389418#M33223</link>
    <description>&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The request to implement Pardiso version for GPU has been submitted.  We just don't know when this feature will be implemented.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since I have already answered your questions, I am going to close this thread.&lt;/P&gt;&lt;P&gt;There will be no more communication on this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Jun 2022 01:42:51 GMT</pubDate>
    <dc:creator>Khang_N_Intel</dc:creator>
    <dc:date>2022-06-02T01:42:51Z</dc:date>
    <item>
      <title>Pardiso in GPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1374955#M32978</link>
      <description>&lt;P&gt;Hi Gennady, I was wondering if there are any plans to implement a GPU version of PARDISO.&lt;/P&gt;
&lt;P&gt;Also, what is the strategy (if any) to make the SOLVE phase scale with openmp threads?&lt;/P&gt;
&lt;P&gt;Thank you for your time and attention,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marcos&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 21:20:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1374955#M32978</guid>
      <dc:creator>Marcos_V_1</dc:creator>
      <dc:date>2022-04-06T21:20:29Z</dc:date>
    </item>
    <item>
      <title>Re:Pardiso in GPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1375447#M32989</link>
      <description>&lt;P&gt;Hi Marcos Vanella,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on your queries shared internally, We will get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2022 05:59:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1375447#M32989</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2022-04-08T05:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso in GPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1375546#M32993</link>
      <description>&lt;P&gt;Thank you Shanmukh,&lt;/P&gt;
&lt;P&gt;And thank you guys for the work you do. We have been using the PARDISO and cluster solvers for a while now to solve a discretized PDE, with very good results. Our factorized matrix does not change but we do several solves (forward-back substitution) sequentially in time as part of our time marching scheme. As this part of the scheme can take up to 50%+ of the total wall time, we are always interested in using the latest developments to speed it up.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Marcos&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 12:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1375546#M32993</guid>
      <dc:creator>Marcos_V_1</dc:creator>
      <dc:date>2022-04-08T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re:Pardiso in GPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1376229#M33007</link>
      <description>&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you create a ticket about this request at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://supporttickets.intel.com/servicecenter?lang=en-US" target="_blank"&gt;https://supporttickets.intel.com/servicecenter?lang=en-US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As for the question about scaling the solving stage with OpenMP, you might want to try either:&lt;/P&gt;&lt;P&gt;1) Running Pardiso with many RHS&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2) Running Pardiso with iparm[24] = 2&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface/pardiso-iparm-parameter.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface/pardiso-iparm-parameter.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2022 18:21:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1376229#M33007</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2022-04-11T18:21:01Z</dc:date>
    </item>
    <item>
      <title>Re:Pardiso in GPU</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1389418#M33223</link>
      <description>&lt;P&gt;Hi Marcos,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The request to implement Pardiso version for GPU has been submitted.  We just don't know when this feature will be implemented.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since I have already answered your questions, I am going to close this thread.&lt;/P&gt;&lt;P&gt;There will be no more communication on this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Khang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2022 01:42:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-in-GPU/m-p/1389418#M33223</guid>
      <dc:creator>Khang_N_Intel</dc:creator>
      <dc:date>2022-06-02T01:42:51Z</dc:date>
    </item>
  </channel>
</rss>

