pub type PFN_cuGraphAddMemsetNode = unsafe extern "C" fn(graph_node: *mut CUgraphNode, graph: CUgraph, dependencies: *const CUgraphNode, num_dependencies: usize, memset_params: *const CUDA_MEMSET_NODE_PARAMS, ctx: CUcontext) -> CUresult;Expand description
cuGraphAddMemsetNode — always took a trailing CUcontext since CUDA
10 (memsets can target any context, unlike kernel nodes).