Is there a paralleled version of LAPACKE_cheev?

I'm using EVD (LAPACKE_cheev), I'd like to know if there is a openMP accelerated version in the ARM PL.

Thanks!

Parents
  • Hi,

    In Arm PL 24.10, if you link to libarmpl_mp, the EVD implementation in Arm PL will parallelize some of the calls to BLAS routines called as part of the EVD algorithm, depending on the sizes of the calls to BLAS being made. We will be looking into adding parallelism in the symmetric EVD algorithm itself for inclusion in future releases.

    Best Regards,

    Chris.

Reply
  • Hi,

    In Arm PL 24.10, if you link to libarmpl_mp, the EVD implementation in Arm PL will parallelize some of the calls to BLAS routines called as part of the EVD algorithm, depending on the sizes of the calls to BLAS being made. We will be looking into adding parallelism in the symmetric EVD algorithm itself for inclusion in future releases.

    Best Regards,

    Chris.

Children