How to know what version of MKL is MATLAB using
14 ビュー (過去 30 日間)
古いコメントを表示
Hi:
I am using MATLAB R2010b. I would like to know the version (I think there is a command but I don't remember it) to know what version of MKL (Math Kernel Library) is MATLAB using.
Thank you very much
0 件のコメント
採用された回答
Vamshi Kumbham
2018 年 8 月 8 日
移動済み: Angelo Yeo
2024 年 9 月 14 日
Type >> version('-blas') in command window. You will get answer ans = Intel® Math Kernel Library Version 11.3.1 Product Build 20151021 for Intel® 64 architecture applications, CNR branch AVX2
その他の回答 (1 件)
Robert Cumming
2011 年 2 月 28 日
in your version of the help type in "Math Kernel Library" which will bring back a search and it should tell you the version your using. I dont know how/if you can get this from the command line.
参考
カテゴリ
Help Center および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!