coder.gpuEnvConfig
Configuration object for checking the GPU code generation environment
Description
The coder.gpuEnvConfig
object contains the configuration
parameters that coder.checkGpuInstall
uses to verify the GPU code generation
environment.
Creation
Description
gpuEnvObj = coder.gpuEnvConfig
creates a
gpuEnvConfig
configuration object for the host development
computer.
gpuEnvObj = coder.gpuEnvConfig(hw)
creates a configuration object
for the type of hardware specified by hw
. To specify the hardware type
as NVIDIA®
Jetson™ or NVIDIA DRIVE®, you must install the MATLAB®
Coder™ Support Package for NVIDIA
Jetson and NVIDIA DRIVE Platforms.
Properties
Examples
Version History
Introduced in R2019aSee Also
Apps
Functions
Objects
Topics
- GPU Programming Paradigm
- Installing Prerequisite Products
- Setting Up the Prerequisite Products
- The GPU Environment Check and Setup App
- Verify Setup
- Generate Code by Using the GPU Coder App
- Generate Code Using the Command Line Interface
- Code Generation for Deep Learning Networks by Using cuDNN
- Code Generation for Deep Learning Networks by Using TensorRT