Fixed a typo
PiperOrigin-RevId: 159038125
This commit is contained in:
parent
bea7255832
commit
e16d717e0b
@ -40,8 +40,8 @@ VirtualPlacer::VirtualPlacer(const Cluster* cluster) {
|
|||||||
for (const auto& device : devices_) {
|
for (const auto& device : devices_) {
|
||||||
if (str_util::Lowercase(device.first).find("gpu") != string::npos) {
|
if (str_util::Lowercase(device.first).find("gpu") != string::npos) {
|
||||||
default_device_ = device.first;
|
default_device_ = device.first;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user