cubecl_hip_sys

Function hipGraphHostNodeGetParams

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

@brief Returns a host node’s parameters.

@param [in] node - instane of the node to get parameters from. @param [out] 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.