Skip to main content

cuGraphAddExternalSemaphoresWaitNode_params

Type Alias cuGraphAddExternalSemaphoresWaitNode_params 

Source
pub type cuGraphAddExternalSemaphoresWaitNode_params = cuGraphAddExternalSemaphoresWaitNode_params_st;

Aliased Type§

#[repr(C)]
pub struct cuGraphAddExternalSemaphoresWaitNode_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_EXT_SEM_WAIT_NODE_PARAMS_st, }

Fields§

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