Type Alias CUDA_GRAPH_INSTANTIATE_PARAMS

Source
pub type CUDA_GRAPH_INSTANTIATE_PARAMS = CUDA_GRAPH_INSTANTIATE_PARAMS_st;
Expand description

Graph instantiation parameters

Aliased Type§

#[repr(C)]
pub struct CUDA_GRAPH_INSTANTIATE_PARAMS { pub flags: u64, pub hUploadStream: *mut CUstream_st, pub hErrNode_out: *mut CUgraphNode_st, pub result_out: CUgraphInstantiateResult_enum, }

Fields§

§flags: u64

< Instantiation flags

§hUploadStream: *mut CUstream_st

< Upload stream

§hErrNode_out: *mut CUgraphNode_st

< The node which caused instantiation to fail, if any

§result_out: CUgraphInstantiateResult_enum

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