Skip to main content

cuMemAllocPitch_v2

Function cuMemAllocPitch_v2 

pub unsafe fn cuMemAllocPitch_v2(
    dptr: *mut u64,
    pPitch: *mut usize,
    WidthInBytes: usize,
    Height: usize,
    ElementSizeBytes: u32,
) -> cudaError_enum