Skip to main content

cuGraphAddMemsetNode_params

Type Alias cuGraphAddMemsetNode_params 

Source
pub type cuGraphAddMemsetNode_params = cuGraphAddMemsetNode_params_st;

Aliased Type§

#[repr(C)]
pub struct cuGraphAddMemsetNode_params { pub phGraphNode: *mut *mut CUgraphNode_st, pub hGraph: *mut CUgraph_st, pub dependencies: *const *mut CUgraphNode_st, pub numDependencies: usize, pub memsetParams: *const CUDA_MEMSET_NODE_PARAMS_st, pub ctx: *mut CUctx_st, }

Fields§

§phGraphNode: *mut *mut CUgraphNode_st§hGraph: *mut CUgraph_st§dependencies: *const *mut CUgraphNode_st§numDependencies: usize§memsetParams: *const CUDA_MEMSET_NODE_PARAMS_st§ctx: *mut CUctx_st