hipsolverStatus_t#
Return-status enumeration used by hipSolver to report success or failure of a hipSolver call
Note#
On modern ROCm releases (>= 4.5) this is the native hipSolver status type. On older releases PETSc provides a compatibility shim that aliases the status to cusolverStatus_t on the NVIDIA HIP platform or to rocblas_status on the AMD HIP platform. Use PetscCallHIPSOLVER() to check the return value.
See Also#
hipsolverHandle_t, PetscCallHIPSOLVER(), PetscHIPSolverGetErrorName()
Level#
developer
Location#
Index of all Device routines
Table of Contents for all manual pages
Index of all manual pages