Verify GPU code generation environment
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 that performs the same checks. To open this application, use the MATLAB® command, coder.checkGpuInstallApp.