hipsolverHandle_t#
Opaque handle to a hipSolver context used by PETSc to call into the hipSolver dense linear algebra library
Note#
On modern ROCm releases (>= 4.5) this is the native hipSolver handle. On older releases PETSc provides a compatibility shim that aliases the handle to cusolverDnHandle_t on the NVIDIA HIP platform or to rocblas_handle on the AMD HIP platform.
See Also#
PetscHIPSOLVERGetHandle(), hipsolverStatus_t, PetscCallHIPSOLVER()
Level#
developer
Location#
Index of all Device routines
Table of Contents for all manual pages
Index of all manual pages