Function hip_sys::hiprt::hipGraphNodeGetType
source · pub unsafe extern "C" fn hipGraphNodeGetType(
node: *mut hipGraphNode,
pType: *mut hipGraphNodeType
) -> hipError_tExpand description
@brief Returns a node’s type.
@param [in] node - instance of the graph to add dependencies. @param [out] pType - pointer to the return the type @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.