How to use recent AMD AOCL version in Matlab2025b (windows)
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have download and installed AMD AOCL (2025 version) from official amd website and its currently in my Program Files folder. followed guides from ( https://www.mathworks.com/matlabcentral/answers/1672304-how-can-i-use-the-blas-and-lapack-implementations-included-in-amd-optimizing-cpu-libraries-aocl-wi ) this link, which is to run
> set BLAS_VERSION=AOCL-LibBlis-Win-MT-dll.dll
> set LAPACK_VERSION=AOCL-LibFLAME-Win-MT-dll.dll
When i start Matlab this way, and check version, it is a

2 Kommentare
dpb
vor etwa eine Stunde
@Xinyu, the instructions you followed simply told how to reference the version shipped with MATLAB; not another version. You would need to set the two environment variables to point at the newly-installed versions instead and that may well not work as what is expected by MATLAB may not be able to be changed.
A risky attempt would be to replace the present dll's in those locations with the new ones, probably having to rename them to match.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!