Skip to main content

cuda_malloc

Function cuda_malloc 

Source
pub fn cuda_malloc(size: usize) -> CudaRtResult<DevicePtr>
Expand description

Allocate device memory (mirrors cudaMalloc).