Skip to main content

cudaGraphExecKernelNodeSetParams

Function cudaGraphExecKernelNodeSetParams 

Source
pub unsafe extern "C" fn cudaGraphExecKernelNodeSetParams(
    hGraphExec: cudaGraphExec_t,
    node: cudaGraphNode_t,
    pNodeParams: *const cudaKernelNodeParams,
) -> cudaError_t