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

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

Paul_W_1
Beginner
247 Views

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 Kudos
1 Reply
Zhen_Z_Intel
Employee
247 Views

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 Kudos
Reply