主要内容

Enable cuSOLVER

R2026b

Replace math function calls with cuSOLVER library calls

Description

App Configuration Pane: GPU Code

Configuration Objects: coder.GpuCodeConfig

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

This value is the default value.

Replaces corresponding 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

Does not replace math function calls with calls to the cuSOLVER library in the generated code.

Programmatic Use

Property: EnableCUSOLVER
Values: true or 1 | false or 0
Default: true

Version History

Introduced in R2018a