add new line

This commit is contained in:
bhack 2020-05-28 19:48:52 +02:00 committed by GitHub
parent 0d687877e4
commit d38caa0466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ static port::Status InternalInit() {
} else {
LOG(ERROR) << "failed call to cuInit: " << ToString(res);
}
Diagnostician::LogDiagnosticInformation();
return port::Status(port::error::ABORTED,
absl::StrCat("failed call to cuInit: ", ToString(res)));