CCCL Runtime: A Modern C++ Runtime for CUDA | NVIDIA Technical Blog
…owning{handle}; assert(handle == non_owning.get()); cuda::stream owning = cuda::stream::from_native_handle(handle); assert(handle == owning.get()); assert(handle == owning.release()); } The same pattern applies to events, memory pools…
