pub type cudaLaunchAttribute = cudaLaunchAttribute_st;Expand description
Launch attribute
Aliased Type§
#[repr(C)]pub struct cudaLaunchAttribute {
pub id: cudaLaunchAttributeID,
pub pad: [i8; 4],
pub val: cudaLaunchAttributeValue,
}Fields§
§id: cudaLaunchAttributeID< Attribute to set
pad: [i8; 4]§val: cudaLaunchAttributeValue< Value of the attribute