How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?

3 visualizaciones (últimos 30 días)
How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?

Respuesta aceptada

Mike Croucher
Mike Croucher el 5 de Dic. de 2024
Editada: Mike Croucher el 5 de Dic. de 2024
The acceleration in Apple Accelerate comes from the BLAS, not the LAPACK.
On Apple Silicon, MATLAB uses a custom LAPACK from NAG as you'll see if you run
version -lapack
ans =
'NAG Performance Components (NPC) Release 1.2.1, supporting Linear Algebra PACKage (LAPACK 3.9.1)'

Más respuestas (0)

Categorías

Más información sobre Numerical Integration and Differentiation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by