pub fn set_current_pool(device: &Device, pool: &MemoryPool) -> Result<()>Expand description
Replace the pool used by cuMemAllocAsync on device. Pool must
outlive all async allocations it services.
pub fn set_current_pool(device: &Device, pool: &MemoryPool) -> Result<()>Replace the pool used by cuMemAllocAsync on device. Pool must
outlive all async allocations it services.