pub type CUaccessPolicyWindow = CUaccessPolicyWindow_v1;
Expand description
Access policy window
Aliased Type§
#[repr(C)]pub struct CUaccessPolicyWindow {
pub base_ptr: *mut c_void,
pub num_bytes: usize,
pub hitRatio: f32,
pub hitProp: CUaccessProperty_enum,
pub missProp: CUaccessProperty_enum,
}
Fields§
§base_ptr: *mut c_void
< Starting address of the access policy window. CUDA driver may align it.
num_bytes: usize
< Size in bytes of the window policy. CUDA driver may restrict the maximum size and alignment.
hitRatio: f32
< hitRatio specifies percentage of lines assigned hitProp, rest are assigned missProp.
hitProp: CUaccessProperty_enum
< ::CUaccessProperty set for hit.
missProp: CUaccessProperty_enum
< ::CUaccessProperty set for miss. Must be either NORMAL or STREAMING