pub type CUmemFabricHandle_v1 = CUmemFabricHandle_st;
Expand description
Fabric handle - An opaque handle representing a memory allocation that can be exported to processes in same or different nodes. For IPC between processes on different nodes they must be connected via the NVSwitch fabric.
Aliased Type§
#[repr(C)]pub struct CUmemFabricHandle_v1 {
pub data: [u8; 64],
}
Fields§
§data: [u8; 64]