Proper way to tell MATLAB Coder to use ICC, MKL, and IPP?

7 views (last 30 days)
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.

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!