Update MATLAB's MKL

버전 1.3.0.0 (201 Bytes) 작성자: Philip
This basic text file will update MATLAB 2014b's MKL from version 11.1.1 to 11.3.1
다운로드 수: 591
업데이트 날짜: 2015/6/11

라이선스 보기

Intel's current MKL version is 11.3.1, while MATLAB uses version 11.1.1. If you would like to use the latest version with MATLAB, you can use the batch script to automate the process. To execute via cmd.exe on Windows, the text commands are
cd "C:\Program Files (x86)\Intel\Composer XE 2015\mkl\bin\"
@call mklvars.bat intel64 && set BLAS_VERSION=mkl_rt.dll && set LAPACK_VERSION=mkl_rt.dll
"C:\Program Files\MATLAB\R2014b\bin\matlab.exe"
You may need to modify the program locations. If you start MATLAB via it's usual start menu shortcut, MATLAB will use the version of MKL that it shipped with. Thus you can use both the default MKL version (by starting MATLAB like you're used to) or the current MKL version with the cmd script. To verify your MKL version, type "version -blas" and "version -lapack" in MATLAB.

In my tests, 11.3.1 speeds up MATLAB's BLAS routines by about 20%.

인용 양식

Philip (2024). Update MATLAB's MKL (https://www.mathworks.com/matlabcentral/fileexchange/48863-update-matlab-s-mkl), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Updated description to include performance improvements.

1.2.0.0

Edited text

1.1.0.0

Edited text.

1.0.0.0