hl_error_info
void hl_enable_err_info_capture(struct hl_error_info *captured_err_info)
memset(captured_err_info, 0, sizeof(struct hl_error_info));
struct hl_error_info captured_err_info;
void hl_enable_err_info_capture(struct hl_error_info *captured_err_info);