add new line
This commit is contained in:
parent
0d687877e4
commit
d38caa0466
|
@ -313,6 +313,7 @@ static port::Status InternalInit() {
|
||||||
} else {
|
} else {
|
||||||
LOG(ERROR) << "failed call to cuInit: " << ToString(res);
|
LOG(ERROR) << "failed call to cuInit: " << ToString(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
Diagnostician::LogDiagnosticInformation();
|
Diagnostician::LogDiagnosticInformation();
|
||||||
return port::Status(port::error::ABORTED,
|
return port::Status(port::error::ABORTED,
|
||||||
absl::StrCat("failed call to cuInit: ", ToString(res)));
|
absl::StrCat("failed call to cuInit: ", ToString(res)));
|
||||||
|
|
Loading…
Reference in New Issue