[updated] Is zhetri threaded?

[updated] Is zhetri threaded?

Imagen de T. Mineno

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) 

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Vipin Kumar E K (Intel)

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

 

Inicie sesión para dejar un comentario.