Skip to main content

PFN_cuGraphAddChildGraphNode

Type Alias PFN_cuGraphAddChildGraphNode 

Source
pub type PFN_cuGraphAddChildGraphNode = unsafe extern "C" fn(graph_node: *mut CUgraphNode, graph: CUgraph, dependencies: *const CUgraphNode, num_dependencies: usize, child_graph: CUgraph) -> CUresult;