hipsparsegeterrorstring Interface Reference#
hipfort_hipsparse::hipsparsegeterrorstring Interface Reference
Return the hipSPARSE status's matching backend status description as a string. More...
Public Member Functions | |
| character(c_char) function | hipsparsegeterrorstring_ (status) |
Detailed Description
Return the hipSPARSE status's matching backend status description as a string.
hipsparseGetErrorString takes a hipSPARSE status as input and first converts it to the matching backend status (either rocsparse_status or cusparseStatus_t). It then returns the string description of this status. If the status is not recognized, the function returns "Unrecognized status code".
Member Function/Subroutine Documentation
◆ hipsparsegeterrorstring_()
| character(c_char) function hipfort_hipsparse::hipsparsegeterrorstring::hipsparsegeterrorstring_ | ( | integer(kind(hipsparse_status_success)), value | status | ) |
The documentation for this interface was generated from the following file: