pub unsafe extern "C" fn hipGraphMemFreeNodeGetParams(
node: hipGraphNode_t,
dev_ptr: *mut c_void,
) -> hipError_t
Expand description
@brief Returns parameters for memory free node
@param [in] node - Memory free node for a query @param [out] dev_ptr - Device pointer for the specified memory free node @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.