Type Alias CUmemFabricHandle

Source
pub type CUmemFabricHandle = CUmemFabricHandle_v1;
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 { pub data: [u8; 64], }

Fields§

§data: [u8; 64]