aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/interpreter/executor.h
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2018-08-10 06:21:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 06:25:33 -0700
commit56e4ea405d13125a3dcb6459019a83d12330bf84 (patch)
treef285895f73399e775479895af835b65d529d100f /tensorflow/compiler/xla/service/interpreter/executor.h
parent4d9266f02cc1553e4cee9def5fee79158dd76ecd (diff)
Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07
PiperOrigin-RevId: 208200028
Diffstat (limited to 'tensorflow/compiler/xla/service/interpreter/executor.h')
-rw-r--r--tensorflow/compiler/xla/service/interpreter/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/interpreter/executor.h b/tensorflow/compiler/xla/service/interpreter/executor.h
index db6b910b32..9b109022fb 100644
--- a/tensorflow/compiler/xla/service/interpreter/executor.h
+++ b/tensorflow/compiler/xla/service/interpreter/executor.h
@@ -104,7 +104,7 @@ class XlaInterpreterExecutor : public internal::StreamExecutorInterface {
}
// No "synchronize all activity" implemented for this platform at the moment.
- bool SynchronizeAllActivity() override { return true; }
+ bool SynchronizeAllActivity() override { return false; }
bool SynchronousMemZero(DeviceMemoryBase *location, uint64 size) override {
return false;
}