Skip to main content

Module handle

Module handle 

Source
Expand description

Solver handle management.

SolverHandle is the central object for all solver operations, analogous to cusolverDnHandle_t in cuSOLVER. It owns a BLAS handle, CUDA stream, PTX cache, and a device workspace buffer for intermediate computations.

Structsยง

SolverHandle
Central handle for solver operations.