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

13 ビュー (過去 30 日間)
How can I use the LAPACK implementations included in Apple Accelerate Framework with MATLAB R2024b?

採用された回答

Mike Croucher
Mike Croucher 2024 年 12 月 5 日
編集済み: Mike Croucher 2024 年 12 月 5 日
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 件)

タグ

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by