cubecl_hip_sys

Type Alias hipExternalMemoryHandleDesc

Source
pub type hipExternalMemoryHandleDesc = hipExternalMemoryHandleDesc_st;

Aliased Type§

struct hipExternalMemoryHandleDesc {
    pub type_: u32,
    pub handle: hipExternalMemoryHandleDesc_st__bindgen_ty_1,
    pub size: u64,
    pub flags: u32,
    pub reserved: [u32; 16],
}

Fields§

§type_: u32§handle: hipExternalMemoryHandleDesc_st__bindgen_ty_1§size: u64§flags: u32§reserved: [u32; 16]