Enable cuSOLVER - Replace math function calls with cuSOLVER library
calls - MATLAB ([original](http://www.mathworks.com/help/gpucoder/ref/enablecusolver.html)) ([raw](?raw))
Main Content
Replace math function calls with cuSOLVER
library calls
Description
App Configuration Pane: GPU Code
Configuration Objects: coder.gpuConfig
The Enable cuSOLVER parameter replaces math function calls with NVIDIA® cuSOLVER
library calls in the generated code. For more information, see Kernels from Library Calls.
Settings
on
(default) | off
On
Replaces corresponding math function calls with calls to thecuSOLVER
library. For functions that have no replacements in CUDA®, GPU Coder™ uses portable MATLAB® functions and attempts to map them to the GPU.
Off
Does not replace math function calls with calls to thecuSOLVER
library in the generated code.
Programmatic Use
**Property:**EnableCUSOLVER |
---|
Values: true |false |
Default: true |
Version History
Introduced in R2018a