Structs§
- Future
- Future for CUDA operations.
- Synchronize
Future - Future for the stream synchronization operation.
Functions§
- enqueue_
decoupled - Enqueue work on the runtime without caring about the return value. This is useful in situations where work must be performed but the result does not matter. For example, when destorying CUDA object as part of dropping an object.