Module async_cuda_core::runtime
source · Structs
- Future for CUDA operations.
- Future for the stream synchronization operation.
Functions
- 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.