Type Alias cudaGraphInstantiateParams

Source
pub type cudaGraphInstantiateParams = cudaGraphInstantiateParams_st;
Expand description

Graph instantiation parameters

Aliased Type§

#[repr(C)]
pub struct cudaGraphInstantiateParams { pub flags: u64, pub uploadStream: *mut CUstream_st, pub errNode_out: *mut CUgraphNode_st, pub result_out: cudaGraphInstantiateResult, }

Fields§

§flags: u64

< Instantiation flags

§uploadStream: *mut CUstream_st

< Upload stream

§errNode_out: *mut CUgraphNode_st

< The node which caused instantiation to fail, if any

§result_out: cudaGraphInstantiateResult

< Whether instantiation was successful. If it failed, the reason why