hipGraphKernelNodeSetParams

Function hipGraphKernelNodeSetParams 

Source
pub unsafe extern "C" fn hipGraphKernelNodeSetParams(
    node: hipGraphNode_t,
    pNodeParams: *const hipKernelNodeParams,
) -> hipError_t
Expand description

@brief Sets a kernel node’s parameters.

@param [in] node - Instance of the node to set parameters of. @param [in] pNodeParams - const pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue