pub unsafe extern "C" fn hipGetErrorName(
hip_error: hipError_t,
) -> *const c_charExpand description
@brief Return hip error as text string form.
@param hip_error Error code to convert to name. @returns const char pointer to the NULL-terminated error name
@see hipGetErrorString, hipGetLastError, hipPeakAtLastError, hipError_t