Type Alias kn_cuda_sys::bindings::CUmulticastObjectProp
source · pub type CUmulticastObjectProp = CUmulticastObjectProp_v1;Expand description
Specifies the properties for a multicast object.
Aliased Type§
struct CUmulticastObjectProp {
pub numDevices: u32,
pub size: usize,
pub handleTypes: u64,
pub flags: u64,
}Fields§
§numDevices: u32The number of devices in the multicast team that will bind memory to this object
size: usizeThe maximum amount of memory that can be bound to this multicast object per device
handleTypes: u64Bitmask of exportable handle types (see ::CUmemAllocationHandleType) for this object
flags: u64Flags for future use, must be zero now