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
댓글 수: 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!