aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream_executor_pimpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/stream_executor_pimpl.cc')
-rw-r--r--tensorflow/stream_executor/stream_executor_pimpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/stream_executor_pimpl.cc b/tensorflow/stream_executor/stream_executor_pimpl.cc
index c4b248657e..afca1c2e59 100644
--- a/tensorflow/stream_executor/stream_executor_pimpl.cc
+++ b/tensorflow/stream_executor/stream_executor_pimpl.cc
@@ -436,7 +436,7 @@ port::Status StreamExecutor::BlockHostUntilDone(Stream *stream) {
port::Status result;
SCOPED_TRACE(TraceListener::BlockHostUntilDone, &result, stream);
- result = implementation_->BlockHostUntilDoneWithStatus(stream);
+ result = implementation_->BlockHostUntilDone(stream);
return result;
}