How to know what version of MKL is MATLAB using

조회 수: 14 (최근 30일)
Jesús
Jesús 2011년 2월 28일
댓글: Angelo Yeo 2024년 9월 14일
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

채택된 답변

Vamshi Kumbham
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
Jesús
Jesús 2018년 8월 8일
이동: Angelo Yeo 2024년 9월 14일
Thank you very much
Jesús
Angelo Yeo
Angelo Yeo 2024년 9월 14일
% Here is one example for R2024b
version('-blas')
ans = 'Intel(R) oneAPI Math Kernel Library Version 2024.1-Product Build 20240215 for Intel(R) 64 architecture applications (CNR branch AVX512_E1)'

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Robert Cumming
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.
  댓글 수: 1
Jesús
Jesús 2011년 3월 3일
이동: Angelo Yeo 2024년 9월 14일
Thank you very much for your answer Robert
The problem is that the help info is not updated and talks about R2008b (compatible with MKL 10.03) and I am using R2010b
Jesus

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by