Skip to main content

PFN_cuMemMapArrayAsync

Type Alias PFN_cuMemMapArrayAsync 

Source
pub type PFN_cuMemMapArrayAsync = unsafe extern "C" fn(map_info_list: *mut CUarrayMapInfo, count: c_uint, stream: CUstream) -> CUresult;
Expand description

cuMemMapArrayAsync — bulk map / unmap sparse tiles of arrays or mipmapped arrays into VMM-backed allocations, ordered on stream. See crate::types::CUarrayMapInfo for the entry shape.