Skip to main content

PFN_cuGraphExecKernelNodeSetParams

Type Alias PFN_cuGraphExecKernelNodeSetParams 

Source
pub type PFN_cuGraphExecKernelNodeSetParams = unsafe extern "C" fn(graph_exec: CUgraphExec, node: CUgraphNode, params: *const CUDA_KERNEL_NODE_PARAMS) -> CUresult;