mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:39:00 +08:00
12 lines
492 B
Diff
12 lines
492 B
Diff
|
diff --git a/tensorflow/core/distributed_runtime/remote_device.cc b/tensorflow/core/distributed_runtime/remote_device.cc
|
||
|
--- a/tensorflow/core/distributed_runtime/remote_device.cc
|
||
|
+++ b/tensorflow/core/distributed_runtime/remote_device.cc
|
||
|
@@ -45,6 +45,7 @@
|
||
|
ResourceMgr* resource_manager() override {
|
||
|
LOG(FATAL) << "Accessing the resource manager of a remote device is not "
|
||
|
<< "supported.";
|
||
|
+ std::abort();
|
||
|
}
|
||
|
|
||
|
bool IsLocal() const override { return false; }
|