How can I use the AMD Optimizing CPU Libraries (AOCL) with MATLAB for windows?
42 views (last 30 days)
Show older comments
My CPU is amd 9900X3D, GPU is RTX5070, Windows11 25H2
To use the AMD optimization in MATLAB, I have already see the Q&A for this link:'How can I use the BLAS and LAPACK implementations included in AMD Optimizing CPU Libraries (AOCL) with MATLAB R2022a? - MATLAB Answers - MATLAB Central'
Follow the tutorial in the text,I found matlab error:
-----------------------------------------------------------------------------------------------
version -blas, version -lapack
BLAS: trying environment BLAS_VERSION...
BLAS: loading AOCL-LibBlis-Win-MT-dll.dll
BLAS: unloading libraries
BLAS 加载错误:
AOCL-LibBlis-Win-MT-dll.dll: 找不到指定的模块。
--------------------------------------------------------------
Is this because my OS is Windows? and how to solve it?
Thank u
5 Comments
Ayush
on 12 Dec 2025 at 5:57
Hi 瑛杰
A few possible reasons for this error can be:
1) MATLAB may not be able to find, load, or recognize the AOCL DLL files, or there may be naming conflicts.
2) The environment variables or library paths may not be set correctly, causing MATLAB to fail to load the required DLLs.
Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements 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!