Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc87 Status blocking_status = run_options->stream()->BlockHostUntilDone(); in ExecuteOnStream()
124 Status blocking_status = run_options->stream()->BlockHostUntilDone(); in ExecuteOnStream()
157 TF_RETURN_IF_ERROR(options.stream()->BlockHostUntilDone()); in ExecuteOnStreams()
167 Status block_status = run_options->stream()->BlockHostUntilDone(); in ExecuteOnStreamWrapper()
178 Status block_status = run_options->stream()->BlockHostUntilDone(); in ExecuteOnStreamWrapper()
222 Status status = stream->BlockHostUntilDone(); in ExecuteWrapperAfterExecution()
236 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ExecuteWrapperAfterExecution()
Dgeneric_transfer_manager.cc89 done(stream->BlockHostUntilDone()); in TransferLiteralFromDevice()
135 return stream->BlockHostUntilDone(); in TransferLiteralToDeviceAsync()
Dtransfer_manager.cc111 return substream->BlockHostUntilDone(); in TransferLiteralToDevice()
154 return substream->BlockHostUntilDone(); in TransferArrayToDevice()
207 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ReadDynamicShapes()
290 return stream->BlockHostUntilDone(); in WriteTupleIndexTables()
Dexecution_tracker.cc42 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in BlockUntilDone()
Dhlo_runner.cc179 TF_RETURN_IF_ERROR(stream.BlockHostUntilDone()); in ExecuteWithDeviceBuffers()
310 TF_RETURN_IF_ERROR(streams[i]->BlockHostUntilDone()); in ExecuteReplicatedImpl()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc96 [other]() { SE_CHECK_OK(other->BlockHostUntilDone()); }); in CreateStreamDependency()
111 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/compiler/xla/pjrt/
Dlocal_device_state.cc80 status.Update(compute_stream_->BlockHostUntilDone()); in SynchronizeAllActivity()
81 status.Update(callback_stream_->BlockHostUntilDone()); in SynchronizeAllActivity()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc187 .BlockHostUntilDone()); in CheckRedzoneHost()
243 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ReinitializeRedzone()
279 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in CheckRedzonesForBuffer()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dmemcpy_test.cc38 EXPECT_TRUE(stream.BlockHostUntilDone().ok()); in TEST()
Dredzone_allocator_test.cc78 .BlockHostUntilDone()); in TEST()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream_test.cc45 TF_ASSERT_OK(stream.BlockHostUntilDone()); in TEST()
Dhost_gpu_executor.h129 port::Status BlockHostUntilDone(Stream *stream) override;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc104 TF_CHECK_OK(stream->BlockHostUntilDone()); in RunMlirModule()
140 TF_CHECK_OK(stream->BlockHostUntilDone()); in RunMlirModuleWithHostBuffers()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_thunk.cc65 Status block_status = stream.BlockHostUntilDone(); in ExecuteOnStream()
Dbuffer_comparator.cc632 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in DeviceCompare()
647 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in HostCompare()
Dwhile_thunk.cc74 Status block_status = stream.BlockHostUntilDone(); in ExecuteOnStream()
Doutfeed_thunk.cc101 Status block_status = stream.BlockHostUntilDone(); in ExecuteOnStream()
Dconditional_thunk.cc86 Status block_status = stream.BlockHostUntilDone(); in ExecuteOnStream()
Dhlo_execution_profiler.cc46 stream->BlockHostUntilDone().IgnoreError(); in GetCyclesTaken()
Dkernel_thunk.cc76 CHECK(stream->BlockHostUntilDone().ok()); in PrintBufferContents()
Dgpu_transfer_manager.cc78 Status block_status = stream->BlockHostUntilDone(); in EnqueueBuffersToInfeed()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h111 Status block_status = options.stream()->BlockHostUntilDone(); in AsyncCallAndBlockHostUntilDone()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc211 TF_RETURN_IF_ERROR(stream->BlockHostUntilDone()); in ExecuteLocally()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc475 port::Status StreamExecutor::BlockHostUntilDone(Stream *stream) { in BlockHostUntilDone() function in stream_executor::StreamExecutor
477 SCOPED_TRACE(TraceListener::BlockHostUntilDone, &result, stream); in BlockHostUntilDone()
479 result = implementation_->BlockHostUntilDone(stream); in BlockHostUntilDone()

123