Function hip_sys::hiprt::hipDrvGetErrorString
source · pub unsafe extern "C" fn hipDrvGetErrorString(
hipError: hipError_t,
errorString: *mut *const i8
) -> hipError_tExpand description
@brief Return handy text string message to explain the error which occurred
@param [in] hipError Error code to convert to string. @param [out] const char pointer to the NULL-terminated error string @return #hipSuccess, #hipErrorInvalidValue
@see hipGetErrorName, hipGetLastError, hipPeakAtLastError, hipError_t