Skip to main content

cuGraphAddKernelNode_v2_params

Type Alias cuGraphAddKernelNode_v2_params 

Source
pub type cuGraphAddKernelNode_v2_params = cuGraphAddKernelNode_v2_params_st;

Aliased Type§

#[repr(C)]
pub struct cuGraphAddKernelNode_v2_params { pub phGraphNode: *mut *mut CUgraphNode_st, pub hGraph: *mut CUgraph_st, pub dependencies: *const *mut CUgraphNode_st, pub numDependencies: usize, pub nodeParams: *const CUDA_KERNEL_NODE_PARAMS_v2_st, }

Fields§

§phGraphNode: *mut *mut CUgraphNode_st§hGraph: *mut CUgraph_st§dependencies: *const *mut CUgraphNode_st§numDependencies: usize§nodeParams: *const CUDA_KERNEL_NODE_PARAMS_v2_st