Skip to main content

Module stream

Module stream 

Source

Structs§

CudaEvent
CudaStream
GpuDeviceCtx
Thin context for all GPU operations in the explicit-stream path.
StreamGuard
Keeps a CudaStream alive for the lifetime of an allocation record.

Enums§

CudaEventStatus

Functions§

device_synchronize
gpu_metrics_span_on
A GPU-aware span that collects a gauge metric using CUDA events on an explicit stream.
sync_stream
Synchronize the given explicit CUDA stream, blocking until all previously enqueued work on stream has completed.

Type Aliases§

cudaEvent_t
cudaStream_t