Create configuration object containing the parameters passed to
coder.checkGpuInstall
for performing GPU code generation environment
checks
The coder.gpuEnvConfig
object contains the configuration
parameters that coder.checkGpuInstall
uses to verify the GPU code generation
environment.
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 GPU Coder™ Support Package for NVIDIA® GPUs.
coder.CodeConfig
| coder.EmbeddedCodeConfig
| coder.gpuConfig
| coder.gpuEnvConfig
| coder.MexCodeConfig