Skip to main content

cudaGraphAddHostNode_v10000_params

Type Alias cudaGraphAddHostNode_v10000_params 

Source
pub type cudaGraphAddHostNode_v10000_params = cudaGraphAddHostNode_v10000_params_st;

Aliased Type§

#[repr(C)]
pub struct cudaGraphAddHostNode_v10000_params { pub pGraphNode: *mut *mut CUgraphNode_st, pub graph: *mut CUgraph_st, pub pDependencies: *const *mut CUgraphNode_st, pub numDependencies: usize, pub pNodeParams: *const cudaHostNodeParams, }

Fields§

§pGraphNode: *mut *mut CUgraphNode_st§graph: *mut CUgraph_st§pDependencies: *const *mut CUgraphNode_st§numDependencies: usize§pNodeParams: *const cudaHostNodeParams