add new line
This commit is contained in:
parent
0d687877e4
commit
d38caa0466
|
@ -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)));
|
||||
|
|
Loading…
Reference in New Issue