Proper way to tell MATLAB Coder to use ICC, MKL, and IPP?
7 ビュー (過去 30 日間)
古いコメントを表示
I would like to get MATLAB Coder (not Embedded Coder) to create an executable by using
- the Intel C/C++ Compiler,
- Intel's MKL library, and
- Intel's IPP library
- on a 64-bit Linux machine with r2020b.
Having read the documentation, I suspect that I can do all of this via toolchain registration and a customized coder.config object, but I do not have a deep understanding of the proper construction of a toolchain object.
It doesn't help that I don't have direct experience with ICC and MKL and IPP, and most documentation about their use assumes that I am editing and compiling via VS Code.
My MATLAB entry-point function uses functions from standard MATLAB and some from the Signal Processing toolbox.
- What can I read that is Linux-specific and executable-generation specific? Some documentation is for MEX generation only.
- Are there examples out there that I can mimic to get started?
Thanks in advance.
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!