ICC_mex_tools

버전 1.1.0.0 (5.78 KB) 작성자: Igor
These tools provide a simple interface to Intel C++ compiler optimization features.
다운로드 수: 818
업데이트 날짜: 2012/11/12

라이선스 보기

Why do we need these tools?

When using more sophisticated compilers, like Intel C++ 13, serious speedup might be achieved by "playing" with optimization options.

Sets of options, which you repeatedly use, tend to group to "profiles".

In matlab, you can use "mex @" syntax to re-use mex command line options.

Though, 1) there would be no auto-completion, 2) you won't be able to automatically execute some required routines (like "clear mex").

These "ICC_mex_tools" demonstrate an easy way to maintain your compilation files.

----------

How to use:

Let's try to compile included example (thanks to Jan Simon for a perfect function).

This function is not very computation-intensive, it's just an example.

Just include it's directory to matlab path and try
>> mex_default(mexdirs_GetFullPath)
>> mex_ICC_O3(mexdirs_GetFullPath)
and so on.

You'll find further information in these files comments.
If you're familiar with ICC, Open MP, IPO, PGO and other related stuff - it won't take long... If you don't know anything about these methods - pay attention to links to intel documentation on these features.

These tools are supposed to be used with Intel C++ compiler, to connect Intel C++ 2013 Compiler to R2012b see
another my submission:
http://www.mathworks.com/matlabcentral/fileexchange/38980

인용 양식

Igor (2026). ICC_mex_tools (https://kr.mathworks.com/matlabcentral/fileexchange/38981-icc_mex_tools), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ThingSpeak에 대해 자세히 알아보기
도움

도움 받은 파일: GetFullPath

버전 게시됨 릴리스 정보
1.1.0.0

added direct link to "mex setup for windows x64 intel c compiler 13 (XE)"

1.0.0.0