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!