coder.checkGpuInstall
Verify GPU code generation environment
Description
performs checks to verify if your environment has the
all third-party tools and libraries required for GPU
code generation. results
= coder.checkGpuInstall(cfg
)cfg
must be an coder.gpuEnvConfig
object. This function verifies the GPU code
generation environment based on the properties specified in the given configuration
object.
You can also use the equivalent GUI-based application, GPU
Environment Check that performs the same checks. To open this application,
use the MATLAB® command, gpucoderSetup
.
Before using this function, install and set up the required prerequisite third-party compilers, libraries, and tools. For more information, see Installing Prerequisite Products and Setting Up the Prerequisite Products.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b
See Also
Apps
Functions
Objects
coder.gpuEnvConfig
|coder.gpuConfig
|coder.CodeConfig
|coder.MexCodeConfig
|coder.EmbeddedCodeConfig
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