Skip to main content

cudaGraphInstantiate

Function cudaGraphInstantiate 

Source
pub unsafe fn cudaGraphInstantiate(
    pGraphExec: *mut cudaGraphExec_t,
    graph: cudaGraph_t,
    flags: c_ulonglong,
) -> cudaError_t