Main Content

cuSOLVER

Description

Replacement of math function calls with NVIDIA® cuSOLVER library calls.

Category: Code Generation > GPU Code

Settings

Default: On

On

Allows GPU Coder™ to replace appropriate math function calls with calls to the cuSOLVER library. For functions that have no replacements in CUDA®, GPU Coder uses portable MATLAB® functions and attempts to map them to the GPU.

Off

Disable the use of the cuSOLVER library in the generated code.

Dependencies

  • This parameter requires a GPU Coder license.

  • To enable this parameter, select Generate GPU code on the Code Generation pane.

Command-Line Information

Parameter: GPUcuSOLVER
Type: character vector
Value: 'on' | 'off'
Default: 'on'

Related Topics