pub type cudaGraphKernelNodeSetAttribute_v11000_params = cudaGraphKernelNodeSetAttribute_v11000_params_st;Aliased Type§
#[repr(C)]pub struct cudaGraphKernelNodeSetAttribute_v11000_params {
pub hNode: *mut CUgraphNode_st,
pub attr: cudaLaunchAttributeID,
pub value: *const cudaLaunchAttributeValue,
}Fields§
§hNode: *mut CUgraphNode_st§attr: cudaLaunchAttributeID§value: *const cudaLaunchAttributeValue