How to know what version of MKL is MATLAB using

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

 Respuesta aceptada

Vamshi Kumbham
Vamshi Kumbham el 8 de Ag. de 2018
Movida: Angelo Yeo el 14 de Sept. de 2024

0 votos

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 comentarios

Jesús
Jesús el 8 de Ag. de 2018
Movida: Angelo Yeo el 14 de Sept. de 2024
Thank you very much
Jesús
% 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)'

Iniciar sesión para comentar.

Más respuestas (1)

Robert Cumming
Robert Cumming el 28 de Feb. de 2011

0 votos

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 comentario

Jesús
Jesús el 3 de Mzo. de 2011
Movida: Angelo Yeo el 14 de Sept. de 2024
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

Iniciar sesión para comentar.

Categorías

Más información sobre Modeling en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Feb. de 2011

Comentada:

el 14 de Sept. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by