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

[updated] Is zhetri threaded?

T__Mineno
Beginner
257 Views

Hello.
I found that zhetri seems not to be threaded in MKL 11.0.
In my program, zhetri uses only one thread, but zgetri uses four threads. 
Does anyone know detail about this problem.

Platform: Core i7 2600K
MKL: MKL 11.0 update 1  
link option: icc -mkl=parallel  

1/26/2013:
Sorry, I corrected my mistakes in this post. (hetrf -> hetri) 

0 Kudos
1 Reply
VipinKumar_E_Intel
257 Views

Hi,

 zhetri is not threaded, but you can use the zhetri2 which uses a faster algorithm an also benefits from level 3 BLAS and threading is avaialable in that.

--Vipin

 

0 Kudos
Reply