aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream_executor_internal.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-15 08:53:08 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 08:57:14 -0800
commit2df1a5cffe483c4f43828eb5a1c499560056661e (patch)
tree78a5e2c4db724fe0b3b70354a680d7dc8965a7ad /tensorflow/stream_executor/stream_executor_internal.h
parent483f51a259cd31294f80229dee901919fa9ab698 (diff)
Rename StreamExecutorInterface::BlockHostUntilDoneWithStatus to BlockHostUntilDone.
PiperOrigin-RevId: 179198370
Diffstat (limited to 'tensorflow/stream_executor/stream_executor_internal.h')
-rw-r--r--tensorflow/stream_executor/stream_executor_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/stream_executor_internal.h b/tensorflow/stream_executor/stream_executor_internal.h
index 0a9bef71d0..37ef182e14 100644
--- a/tensorflow/stream_executor/stream_executor_internal.h
+++ b/tensorflow/stream_executor/stream_executor_internal.h
@@ -219,7 +219,7 @@ class StreamExecutorInterface {
virtual void DeallocateTimer(Timer *timer) = 0;
virtual bool StartTimer(Stream *stream, Timer *timer) = 0;
virtual bool StopTimer(Stream *stream, Timer *timer) = 0;
- virtual port::Status BlockHostUntilDoneWithStatus(Stream *stream) = 0;
+ virtual port::Status BlockHostUntilDone(Stream *stream) = 0;
virtual int PlatformDeviceCount() = 0;
virtual port::Status EnablePeerAccessTo(StreamExecutorInterface *other) = 0;
virtual bool CanEnablePeerAccessTo(StreamExecutorInterface *other) = 0;