Function cuda::runtime::cuda_alloc_device [] [src]

pub unsafe fn cuda_alloc_device<T>(len: usize) -> CudaResult<*mut T> where
    T: Copy