MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / cuda_stream

Method cuda_stream

paddle/phi/backends/gpu/gpu_context.cc:962–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960gpuStream_t GPUContext::stream() const { return impl_->stream(); }
961
962CUDAStream* GPUContext::cuda_stream() const { return impl_->cuda_stream(); }
963
964dnnHandle_t GPUContext::cudnn_handle() const { return impl_->GetDnnHandle(); }
965

Callers 6

context_pool.ccFile · 0.45
BuildOpFuncListFunction · 0.45
ParseDeviceContextFunction · 0.45
PrepareImplFunction · 0.45
GetStreamMethod · 0.45
get_current_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected