Function rcudnn_sys::cudaGraphAddMemAllocNode
source · pub unsafe extern "C" fn cudaGraphAddMemAllocNode(
pGraphNode: *mut cudaGraphNode_t,
graph: cudaGraph_t,
pDependencies: *const cudaGraphNode_t,
numDependencies: usize,
nodeParams: *mut cudaMemAllocNodeParams
) -> cudaError_t