Function hip_sys::hiprt::hipGraphDestroyNode
source · pub unsafe extern "C" fn hipGraphDestroyNode(
node: *mut hipGraphNode
) -> hipError_tExpand description
@brief Remove a node from the graph.
@param [in] node - graph node to remove @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.