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.
链接已复制
1 回复
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
