You can use GPU Coder™ with the GPU Coder Support Package for NVIDIA GPUs to deploy your MATLAB® algorithms on embedded NVIDIA GPUs. Specifically, you can target the NVIDIA Jetson and DRIVE family of boards on either Windows® or Linux® systems. The GPU Coder Support Package for NVIDIA GPUs enables you to remotely communicate with the NVIDIA target and control the peripheral devices for prototyping. The MATLAB entry-point function is deployed as a standalone executable that continues to run even if the hardware live connection is disconnected from the host computer.
To install this support package, use the Add-On Explorer in MATLAB. For information on the supported development platforms, see Install and Setup Prerequisites for NVIDIA Boards (GPU Coder Support Package for NVIDIA GPUs).
coder.hardware | Create hardware board configuration object for C/C++ code generation from MATLAB code |
jetson | Connection to NVIDIA Jetson hardware |
drive | Connection to NVIDIA DRIVE hardware |
Build and Run an Executable on NVIDIA Hardware
Targeting embedded NVIDIA boards from the MATLAB command line.
Build and Run an Executable on NVIDIA Hardware Using GPU Coder App
Targeting embedded NVIDIA boards by using the GPU Coder app.
Relocate Generated Code to Another Development Environment
Package generated files into a compressed file that you can relocate and unpack with a standard zip utility.