Main Content

Code Generation and Acceleration Support

属te C code from MATLAB®code and Simulink®, and use GPUs to accelerate processing

You can generate C code from your MATLAB and Simulink model designs. Some Communications Toolbox™ blocks and System objects provide support for C code generation when you use them withMATLAB Coder™. You can speed up your code while prototyping, Communications Toolbox includes some functions that can execute on a Graphics Processing Unit (GPU).

C/C++ Code Generation.After you develop your application, you can generate portable C/C++ source code, standalone executables, or standalone applications from your MATLAB code and Simulink models. C/C++ code generation enables you to run your simulation on machines that do not have MATLAB installed and to speed up processing while you work in MATLAB. For a list of Communications Toolbox features that support C/C++ code generation, seeFunctions and System Objects Supporting C Code Generation. You needMATLAB Coderto generate C/C++ code. For more information, see属te C Code from MATLAB Code Video.

GPU Code Acceleration.To speed up your code while prototyping, Communications Toolbox includes some features that can execute on a Graphics Processing Unit (GPU). You can use thegpuArray(Parallel Computing Toolbox)function to transfer data to the GPU and then call thegather(Parallel Computing Toolbox)function to retrieve the output data from the GPU. For a list of Communications Toolbox features that support GPU code generation, seeGPU Arrays Support List for System Objects. You need Parallel Computing Toolbox™ to enable GPU support.

Apps

MATLAB Coder 属te C code or MEX function fromMATLABcode

Functions

codegen 属te C/C++ code fromMATLABcode
gather Transfer distributed array or gpuArray to local workspace
gpuArray Array stored on GPU

Topics

属te C Code from MATLAB Code

Prepare MATLAB code for code generation and generate C-MEX code and a C executable.

属te C Code from Simulink Model

Build an executable and run the executable within MATLAB.

属te C Code at the Command Line(MATLAB Coder)

属te C/C++ code from MATLAB code by using thecodegencommand.

Run MATLAB Functions on a GPU(Parallel Computing Toolbox)

Hundreds of functions in MATLAB and other toolboxes run automatically on a GPU if you supply agpuArray(Parallel Computing Toolbox) argument.

Prerequisites for Deep Learning with MATLAB Coder(MATLAB Coder)

Install products and configure environment for code generation for deep learning networks.

GPU Support by Release(Parallel Computing Toolbox)

Support for NVIDIA®GPU architectures by MATLAB release.

Featured Examples