Function hip_sys::hiprt::hipDrvGetErrorName
source · pub unsafe extern "C" fn hipDrvGetErrorName(
hipError: hipError_t,
errorString: *mut *const i8
) -> hipError_tExpand description
@brief Return hip error as text string form.
@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