Structs§
- Cuda
Event - Cuda
Stream - GpuDevice
Ctx - Thin context for all GPU operations in the explicit-stream path.
- Stream
Guard - Keeps a
CudaStreamalive for the lifetime of an allocation record.
Enums§
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
streamhas completed.