Skip to main content

cudaGraphInstantiateWithFlags_v11040_params

Type Alias cudaGraphInstantiateWithFlags_v11040_params 

Source
pub type cudaGraphInstantiateWithFlags_v11040_params = cudaGraphInstantiateWithFlags_v11040_params_st;

Aliased Type§

#[repr(C)]
pub struct cudaGraphInstantiateWithFlags_v11040_params { pub pGraphExec: *mut *mut CUgraphExec_st, pub graph: *mut CUgraph_st, pub flags: u64, }

Fields§

§pGraphExec: *mut *mut CUgraphExec_st§graph: *mut CUgraph_st§flags: u64