MCPcopy Create free account
hub / github.com/apache/arrow / Stream

Function Stream

cpp/src/arrow/gpu/cuda_context.h:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 friend class CudaDevice;
169
170 explicit Stream(std::shared_ptr<CudaContext> ctx, CUstream* st,
171 Device::Stream::release_fn_t release_fn)
172 : Device::Stream(reinterpret_cast<void*>(st), release_fn),
173 context_{std::move(ctx)} {}
174
175 // disable construction from literal 0
176 explicit Stream(std::shared_ptr<CudaContext>, int,

Callers 3

cuda_context.hFile · 0.85
logger.hFile · 0.85
logging.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected