Type Alias CUDA_ARRAY_MEMORY_REQUIREMENTS

Source
pub type CUDA_ARRAY_MEMORY_REQUIREMENTS = CUDA_ARRAY_MEMORY_REQUIREMENTS_v1;
Expand description

CUDA array memory requirements

Aliased Type§

#[repr(C)]
pub struct CUDA_ARRAY_MEMORY_REQUIREMENTS { pub size: usize, pub alignment: usize, pub reserved: [u32; 4], }

Fields§

§size: usize

< Total required memory size

§alignment: usize

< alignment requirement

§reserved: [u32; 4]