cubecl_hip_sys

Function hipGraphHostNodeSetParams

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

@brief Sets a host node’s parameters.

@param [in] node - instance of the node to set parameters to. @param [in] pNodeParams - pointer to the parameters. @returns #hipSuccess, #hipErrorInvalidValue @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.