pub type hipLaunchAttribute = hipLaunchAttribute_st;Expand description
Used to specify custom attributes for launching kernels
Aliased Type§
#[repr(C)]pub struct hipLaunchAttribute {
pub id: u32,
pub pad: [i8; 4],
pub __bindgen_anon_1: hipLaunchAttribute_st__bindgen_ty_1,
}Fields§
§id: u32< Identifier of the launch attribute
pad: [i8; 4]< Padding to align the structure to 8 bytes
__bindgen_anon_1: hipLaunchAttribute_st__bindgen_ty_1