cubecl_hip_sys

Function hipGraphMemAllocNodeGetParams

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

@brief Returns parameters for memory allocation node

@param [in] node - Memory allocation node for a query @param [out] pNodeParams - Parameters for the specified memory allocation 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.