Home
last modified time | relevance | path

Searched refs:ThenWaitFor (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc135 send_device_to_host_stream->ThenWaitFor(send_stream); in SetProtoFromGPU()
209 send_device_to_device_stream->ThenWaitFor(send_stream); in DeviceToDeviceCopy()
228 send_device_to_device_stream->ThenWaitFor(recv_stream); in DeviceToDeviceCopy()
276 send_device_to_host_stream->ThenWaitFor(send_stream); in CopyGPUTensorToCPU()
322 recv_host_to_device_stream->ThenWaitFor(recv_stream); in CopyCPUTensorToGPU()
Dgpu_device.cc264 group->compute->ThenWaitFor(group->nccl); in GetOrCreate()
265 group->nccl->ThenWaitFor(group->compute); in GetOrCreate()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcollective_permute_thunk.cc155 dest_stream->ThenWaitFor(src_stream).ThenMemcpyD2D(&dest, src, src.size()); in EnqueueCopy()
156 src_stream->ThenWaitFor(dest_stream); in EnqueueCopy()
Dhlo_execution_profiler.cc44 stream->ThenWaitFor(&sub_streams); in GetCyclesTaken()
Dgpu_executable.cc155 sub_streams.back()->ThenWaitFor(main_stream); in ExecuteThunks()
179 stream->ThenWaitFor(FindOrDie(thunk_to_finish_event, dependency).get()); in ExecuteThunks()
208 main_stream->ThenWaitFor(&sub_streams); in ExecuteThunks()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_tpu_device.cc222 dst_device_to_device_stream->ThenWaitFor(dst_compute_stream); in TpuDeviceToDeviceCopy()
227 dst_xla_context->host_to_device_stream()->ThenWaitFor( in TpuDeviceToDeviceCopy()
259 dst_device_to_device_stream->ThenWaitFor( in TpuDeviceToDeviceCopy()
Dxla_tensor.cc86 stream->ThenWaitFor(definition_event_.get()); in WaitForDefinitionEventOnStream()
Dxla_device_context.cc166 host_to_device_stream_->ThenWaitFor(stream_.get()); in CopyCPUTensorToDevice()
Dxla_launch_util.cc375 gpu_device_context->stream()->ThenWaitFor( in SetOutputForConstant()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.h152 callback_stream_->ThenWaitFor(stream); in ThenRelease()
Dtracked_device_buffer.cc67 stream->ThenWaitFor(event_.event()); in WaitForEventOnStream()
Dpjrt_stream_executor_client.cc283 local_device->compute_stream()->ThenWaitFor(stream); in StallStreamOnError()
384 copy_stream->ThenWaitFor(local_device->compute_stream()); in AllocateDestinationBuffer()
428 tuple_table_stream->ThenWaitFor(local_device->compute_stream()); in AllocateDestinationBuffer()
806 local_device->callback_stream()->ThenWaitFor( in BufferFromHostBuffer()
1510 stream->ThenWaitFor(local_device->compute_stream()); in MakeTupleHelper()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc383 gpu_helper_->h2d_stream()->ThenWaitFor(gpu_helper_->compute_stream()); in DoAddChain()
394 gpu_helper_->compute_stream()->ThenWaitFor(gpu_helper_->h2d_stream()); in DoAddChain()
418 gpu_helper_->d2h_stream()->ThenWaitFor(gpu_helper_->compute_stream()); in DoAddChain()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc56 substream->ThenWaitFor(stream); in TransferLiteralFromDevice()
106 substream->ThenWaitFor(stream); in TransferLiteralToDevice()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.cc43 stream->ThenWaitFor(transfer_stream); in PopulateResultTupleBuffers()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h201 Stream &ThenWaitFor(Stream *other, Params... more_streams) { in ThenWaitFor() function
202 return ThenWaitFor(more_streams...).ThenWaitFor(other); in ThenWaitFor()
214 Stream &ThenWaitFor(Stream *other);
220 Stream &ThenWaitFor(P others) { in ThenWaitFor() function
223 ThenWaitFor(stream.get()); in ThenWaitFor()
232 Stream &ThenWaitFor(Event *event);
Dstream.cc1396 Stream &Stream::ThenWaitFor(Stream *other) { in ThenWaitFor() function in stream_executor::Stream
1410 Stream &Stream::ThenWaitFor(Event *event) { in ThenWaitFor() function in stream_executor::Stream
/external/tensorflow/tensorflow/core/tpu/
Dtpu_execute.cc373 deregister_stream->ThenWaitFor(stream); in UnregisterCancellation()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc483 dependent.ThenWaitFor(&other); in TEST_F()
596 stream.ThenWaitFor(&event); in TEST_F()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc696 stream->ThenWaitFor(transfer_stream_ptr.get()); in DoWork()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc635 nccl_stream->stream->ThenWaitFor(p->tensor_stream); in RunCollective()