How to use recent AMD AOCL version in Matlab2025b (windows)

19 views (last 30 days)
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
dpb ongeveer 3 uur ago
@Walter Roberson, I presume @Xinyu was expecting a 2025 build date from the question preliminaries.
@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.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2025b

Community Treasure Hunt

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

Start Hunting!