배포
생성 코드를 NVIDIA® Tegra® 하드웨어 타깃에 배포
GPU Coder™를 MATLAB® Coder™ Support Package for NVIDIA Jetson™ and NVIDIA DRIVE® Platforms와 함께 사용하여 임베디드 NVIDIA GPU에 MATLAB 알고리즘을 배포할 수 있습니다. 특히 Windows® 또는 Linux® 시스템에서 NVIDIA Jetson 및 DRIVE 보드 제품군을 타깃으로 할 수 있습니다. 지원 패키지를 사용하면 NVIDIA 타깃과 원격으로 통신하고 프로토타이핑을 위해 주변 기기를 제어할 수 있습니다. MATLAB 진입점 함수는 호스트 컴퓨터에서 하드웨어와의 실시간 연결이 끊어져도 계속 실행되는 독립형 실행 파일로 배포됩니다.
이 지원 패키지를 설치하려면 MATLAB에서 애드온 탐색기를 사용하십시오. 지원되는 개발 플랫폼에 대한 자세한 내용은 Install and Setup Prerequisites for NVIDIA Boards 항목을 참조하십시오.
참고
R2021a부터 GPU Coder Support Package for NVIDIA GPUs의 이름이 MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms로 변경되었습니다. R2021a에서 이 지원 패키지를 사용하려면 MATLAB Coder 제품이 있어야 합니다.
함수
객체
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 |
도움말 항목
MATLAB
- 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. - GPU Profiling on NVIDIA Jetson Platforms
Analyze and optimize the performance of the generated CUDA® code on the Jetson platform.
Simulink
- Targeting NVIDIA Embedded Boards
Build and deploy to NVIDIA GPU boards. - Numerical Equivalence Testing
Compare results from model and generated code simulations. - Parameter Tuning and Signal Monitoring by Using External Mode
Tune parameters and monitor signals through a TCP/IP communication channel between development computer and target hardware. - Generate CUDA ROS Node from Simulink (ROS Toolbox)
Configure Simulink® Coder to generate and build a CUDA ROS node from a Simulink model. - Lane and Vehicle Detection in ROS Using YOLO v2 Deep Learning Algorithm (ROS Toolbox)
Use deep convolutional neural networks inside a ROS enabled Simulink model to perform lane and vehicle detection. - Sign Following Robot Using YOLOv2 Detection Algorithm with ROS in Simulink (ROS Toolbox)
Use Simulink to control a simulated robot running on a separate ROS-based simulator and generate CUDA-optimized code for the ROS node, from the Simulink model, and deploy it to the localhost device.
빌드 프로세스 관리
- Configure CMake Build Process
Specify CMake toolchain definition for building generated code.