<?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:Tridiagonal solver in oneMKL for DPC++ in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280773#M31315</link>
    <description>&lt;P&gt;I think yes, You have to estimate the memory requested by getrs for this case and specify this size when will make the queue submission.&lt;/P&gt;&lt;P&gt;-Gennady&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 12 May 2021 06:55:42 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2021-05-12T06:55:42Z</dc:date>
    <item>
      <title>Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1279999#M31297</link>
      <description>&lt;P&gt;Hello, is there are tridiagonal solver routine in oneMKL for data parallel c++ similar to dgtsv() routine in c/c++ intel mkl? Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 16:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1279999#M31297</guid>
      <dc:creator>Oluwatosin</dc:creator>
      <dc:date>2021-05-08T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280037#M31298</link>
      <description>&lt;P&gt;yes, please check the API description here: &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/oneapi-mkl-dpcpp-developer-reference/top/lapack-routines/getrs.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/oneapi-mkl-dpcpp-developer-reference/top/lapack-routines/getrs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 04:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280037#M31298</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-09T04:41:02Z</dc:date>
    </item>
    <item>
      <title>Re:Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280508#M31309</link>
      <description>&lt;P&gt;is this what are you looking for?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 May 2021 11:25:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280508#M31309</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-11T11:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280760#M31313</link>
      <description>&lt;P&gt;Thanks for replying, I will work with the routine.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 06:27:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280760#M31313</guid>
      <dc:creator>Oluwatosin</dc:creator>
      <dc:date>2021-05-12T06:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280765#M31314</link>
      <description>&lt;P&gt;One more question, I would be comparing results of this routine with an algorithm based on cyclic reduction, it has been designed to execute with a size specified at compilation time.&amp;nbsp; Maximum size is about 90,000,000 . Do I have to specify a memory size when requesting for a compute node (example- qsub -I -l nodes=1:gpu:ppn=2 -l mem=32G -d .)&amp;nbsp; in order to execute the code with this size?&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 06:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280765#M31314</guid>
      <dc:creator>Oluwatosin</dc:creator>
      <dc:date>2021-05-12T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re:Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280773#M31315</link>
      <description>&lt;P&gt;I think yes, You have to estimate the memory requested by getrs for this case and specify this size when will make the queue submission.&lt;/P&gt;&lt;P&gt;-Gennady&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2021 06:55:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280773#M31315</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-12T06:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280789#M31317</link>
      <description>Alright, thank you!</description>
      <pubDate>Wed, 12 May 2021 07:37:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1280789#M31317</guid>
      <dc:creator>Oluwatosin</dc:creator>
      <dc:date>2021-05-12T07:37:47Z</dc:date>
    </item>
    <item>
      <title>Re:Tridiagonal solver in oneMKL for DPC++</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1283002#M31351</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2021 02:56:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Tridiagonal-solver-in-oneMKL-for-DPC/m-p/1283002#M31351</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-20T02:56:05Z</dc:date>
    </item>
  </channel>
</rss>

