How can I use the AMD Optimizing CPU Libraries (AOCL) with MATLAB for windows?
42 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Ayush
il 12 Dic 2025 alle 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!