Function rcudnn::cudaGraphAddMemAllocNode[][src]

pub unsafe extern "C" fn cudaGraphAddMemAllocNode(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    nodeParams: *mut cudaMemAllocNodeParams
) -> cudaError