aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor
diff options
context:
space:
mode:
authorGravatar Peter Hawkins <phawkins@google.com>2018-08-13 10:45:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-13 10:53:58 -0700
commitc965dd260303bfc645acb288a8e5f2aa7a7e9671 (patch)
treefe089a9af4e1ca6357f1d13720f37a2acd41f40b /tensorflow/stream_executor
parentdbcc981d0a1c0e516ebbe47510c2d8316e1f7d96 (diff)
Automated rollback of commit 56e4ea405d13125a3dcb6459019a83d12330bf84
PiperOrigin-RevId: 208505669
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 858396ef96..7ba1f18101 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 false; }
+ bool SynchronizeAllActivity() override { return true; }
bool SynchronousMemZero(DeviceMemoryBase *location, uint64 size) override;
bool SynchronousMemSet(DeviceMemoryBase *location, int value,