Home
last modified time | relevance | path

Searched refs:BlockHostUntilDone (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc58 TF_RETURN_IF_ERROR(options.stream()->BlockHostUntilDone()); in ExecuteOnStreams()
90 Status status = stream->BlockHostUntilDone(); in ExecuteOnStreamWrapper()
101 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ExecuteOnStreamWrapper()
Dgeneric_transfer_manager.cc55 return stream->BlockHostUntilDone(); in WriteSingleTupleIndexTable()
62 Status status = stream->BlockHostUntilDone(); in TransferLiteralFromDevice()
147 return stream->BlockHostUntilDone(); in TransferLiteralToDeviceAsync()
Dtransfer_manager.cc108 return substream->BlockHostUntilDone(); in TransferLiteralToDevice()
151 return substream->BlockHostUntilDone(); in TransferArrayToDevice()
236 return stream->BlockHostUntilDone(); in WriteTupleIndexTables()
Dexecution_tracker.cc42 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in BlockUntilDone()
Dhlo_runner.cc218 TF_RETURN_IF_ERROR(stream.BlockHostUntilDone()); in ExecuteWithDeviceBuffers()
253 TF_RETURN_IF_ERROR(stream.BlockHostUntilDone()); in ExecuteWithDeviceBuffers()
407 TF_RETURN_IF_ERROR(streams[i]->BlockHostUntilDone()); in ExecuteReplicated()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.cc78 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ExecuteOnStream()
96 Status block_status = stream->BlockHostUntilDone(); in ExecuteOnStream()
Dbuffer_comparator.cc153 TF_RETURN_IF_ERROR(stream_->BlockHostUntilDone()); in CompareEqualImpl()
170 TF_RETURN_IF_ERROR(stream_->BlockHostUntilDone()); in CompareEqual()
Dwhile_thunk.cc69 Status block_status = stream->BlockHostUntilDone(); in ExecuteOnStream()
Dconditional_thunk.cc74 Status block_status = stream->BlockHostUntilDone(); in ExecuteOnStream()
Dgpu_executable.cc139 TF_RETURN_IF_ERROR(main_stream->BlockHostUntilDone()); in ExecuteThunks()
160 Status block_status = main_stream->BlockHostUntilDone(); in ExecuteThunks()
Dhlo_execution_profiler.cc47 stream->BlockHostUntilDone().IgnoreError(); in GetCyclesTaken()
Dinfeed_thunk.cc111 Status block_status = stream->BlockHostUntilDone(); in ExecuteOnStream()
Dbuffer_comparator_test.cc62 TF_CHECK_OK(stream.BlockHostUntilDone()); in CompareEqualFloatBuffers()
Dgpu_transfer_manager.cc83 Status block_status = stream->BlockHostUntilDone(); in EnqueueBuffersToInfeed()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc95 [other]() { SE_CHECK_OK(other->BlockHostUntilDone()); }); in CreateStreamDependency()
110 port::Status XlaInterpreterExecutor::BlockHostUntilDone(Stream *stream) { in BlockHostUntilDone() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h160 port::Status BlockHostUntilDone(Stream *stream) override;
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc167 [other]() { SE_CHECK_OK(other->BlockHostUntilDone()); }); in CreateStreamDependency()
182 port::Status HostExecutor::BlockHostUntilDone(Stream *stream) { in BlockHostUntilDone() function in stream_executor::host::HostExecutor
Dhost_gpu_executor.h142 port::Status BlockHostUntilDone(Stream *stream) override;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc489 port::Status StreamExecutor::BlockHostUntilDone(Stream *stream) { in BlockHostUntilDone() function in stream_executor::StreamExecutor
491 SCOPED_TRACE(TraceListener::BlockHostUntilDone, &result, stream); in BlockHostUntilDone()
493 result = implementation_->BlockHostUntilDone(stream); in BlockHostUntilDone()
Dstream_executor_internal.h257 virtual port::Status BlockHostUntilDone(Stream *stream) = 0;
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc204 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ExecuteLocally()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc201 SE_ASSERT_OK(stream->BlockHostUntilDone()); in VerifyResults()
317 SE_ASSERT_OK(stream->BlockHostUntilDone()); in TYPED_TEST()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h182 port::Status BlockHostUntilDone(Stream* stream) override;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc274 TF_RETURN_IF_ERROR(run_options->stream()->BlockHostUntilDone()); in ExecuteOnStream()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc351 return dev_info->stream->BlockHostUntilDone(); in Sync()

12