From 56e4ea405d13125a3dcb6459019a83d12330bf84 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Fri, 10 Aug 2018 06:21:39 -0700 Subject: Automated rollback of commit b306f5f9458feddbdb89b7db557cb74dc9408d07 PiperOrigin-RevId: 208200028 --- tensorflow/stream_executor/host/host_gpu_executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/stream_executor') 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, -- cgit v1.2.3