Skip to main content

cusparseGetErrorName

Function cusparseGetErrorName 

Source
pub unsafe extern "C" fn cusparseGetErrorName(
    status: cusparseStatus_t,
) -> *const c_char
Expand description

The function returns the string representation of an error code enum name. If the error code is not recognized, “unrecognized error code” is returned.

§Parameters

  • status: Error code to convert to string.