Skip to main content

cuGraphAddEventRecordNode

Function cuGraphAddEventRecordNode 

pub unsafe fn cuGraphAddEventRecordNode(
    phGraphNode: *mut *mut CUgraphNode_st,
    hGraph: *mut CUgraph_st,
    dependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    event: *mut CUevent_st,
) -> cudaError_enum