aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/host/host_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/host/host_stream.h')
-rw-r--r--tensorflow/stream_executor/host/host_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/host/host_stream.h b/tensorflow/stream_executor/host/host_stream.h
index 9894d17feb..e22f49b1e6 100644
--- a/tensorflow/stream_executor/host/host_stream.h
+++ b/tensorflow/stream_executor/host/host_stream.h
@@ -48,7 +48,7 @@ class HostStream : public internal::StreamInterface {
mutex mu_;
int pending_tasks_ GUARDED_BY(mu_) = 0;
- condition_variable completion_condition_;
+ ConditionVariableForMutex completion_condition_;
};
} // namespace host