aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
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/stream_executor
parent4d9266f02cc1553e4cee9def5fee79158dd76ecd (diff)
Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07
PiperOrigin-RevId: 208200028
Diffstat (limited to 'tensorflow/stream_executor')
-rw-r--r--tensorflow/stream_executor/host/host_gpu_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/host/host_gpu_executor.h b/tensorflow/stream_executor/host/host_gpu_executor.h
index 7ba1f18101..858396ef96 100644
--- a/tensorflow/stream_executor/host/host_gpu_executor.h
+++ b/tensorflow/stream_executor/host/host_gpu_executor.h
@@ -88,7 +88,7 @@ class HostExecutor : public internal::StreamExecutorInterface {
uint64 size) override;
// 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;
bool SynchronousMemSet(DeviceMemoryBase *location, int value,