How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sean
am 5 Dez. 2024
Bearbeitet: Mike Croucher
am 5 Dez. 2024
How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?
0 Kommentare
Akzeptierte Antwort
Mike Croucher
am 5 Dez. 2024
Bearbeitet: Mike Croucher
am 5 Dez. 2024
You can switch the BLAS to Apple Accelerate as described in Life in the fast lane: Making MATLAB even faster on Apple Silicon with Apple Accelerate » The MATLAB Blog - MATLAB & Simulink
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)'
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!