pub fn stream_free(alloc: &mut StreamAllocation) -> CudaResult<()>Expand description
Free a stream-ordered allocation using a temporary default pool.
ยงErrors
CudaError::InvalidValueif the allocation is already freed.
pub fn stream_free(alloc: &mut StreamAllocation) -> CudaResult<()>Free a stream-ordered allocation using a temporary default pool.
CudaError::InvalidValue if the allocation is already freed.