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 e22f49b1e6..9894d17feb 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;
- ConditionVariableForMutex completion_condition_;
+ condition_variable completion_condition_;
};
} // namespace host