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

LAPACK(zsptrf), using Complex<float> has no speed improvement comparing with Complex<double>

Paul_W_1
初学者
477 次查看

For function LAPACK(zsptrf) to solve matrix LU, if the matrix data type is Complex<float>, the speed should be faster than Complex<double>. But I did not see the improvement. I use the version mkl-10.3.9. Will the new version has this benefit? Newest version is mkl-11.2.2.

Thanks.

0 项奖励
1 回复
Zhen_Z_Intel
员工
477 次查看

Hi Paul,

I test the performance for single precision just no much improvement which is similar to complex16. And this function is for packed format, the cost of this function probably not only calculation, but also need process to expend lower/upper part to the whole matrix. If you found obvious difference, could you please provide a test case with input matrix. We will check with it. Thanks.

Best regards,
Fiona

0 项奖励
回复