coder.gpuEnvConfig
Create configuration object containing the parameters passed to
coder.checkGpuInstall
for performing GPU code generation environment
checks
Since R2019a
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
gpuEnvConfig
configuration object for the hardware type specified in
hw
. hw
can take the value of
'host'
, 'jetson'
, or 'drive'
.
The Jetson and DRIVE types require the MATLAB®
Coder™ Support Package for NVIDIA®
Jetson™ and NVIDIA
DRIVE™ Platforms.
Properties
Examples
Version History
Introduced in R2019a
See 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
- Code Generation by Using the GPU Coder App
- Code Generation Using the Command Line Interface
- Code Generation for Deep Learning Networks by Using cuDNN
- Code Generation for Deep Learning Networks by Using TensorRT