How to know what version of MKL is MATLAB using
17 次查看(过去 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
2 个评论
更多回答(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!