How to use recent AMD AOCL version in Matlab2025b (windows)
23 views (last 30 days)
Show older comments
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 Comments
dpb
6 minutes ago
@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.
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!