Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

Tridiagonal solver in oneMKL for DPC++

Oluwatosin
New Contributor I
849 Views

Hello, is there are tridiagonal solver routine in oneMKL for data parallel c++ similar to dgtsv() routine in c/c++ intel mkl? Thank you.

0 Kudos
1 Solution
7 Replies
Gennady_F_Intel
Moderator
810 Views

is this what are you looking for?


0 Kudos
Oluwatosin
New Contributor I
801 Views

Thanks for replying, I will work with the routine.

0 Kudos
Oluwatosin
New Contributor I
801 Views

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.  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 .)  in order to execute the code with this size?

0 Kudos
Gennady_F_Intel
Moderator
798 Views

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.

-Gennady


0 Kudos
Oluwatosin
New Contributor I
793 Views
0 Kudos
Gennady_F_Intel
Moderator
739 Views

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.


0 Kudos
Reply