cubecl_hip_sys

Function hipGraphExternalSemaphoresWaitNodeGetParams

Source
pub unsafe extern "C" fn hipGraphExternalSemaphoresWaitNodeGetParams(
    hNode: hipGraphNode_t,
    params_out: *mut hipExternalSemaphoreWaitNodeParams,
) -> hipError_t
Expand description

@brief Returns external semaphore wait node params.

@param [in] hNode - Node from the graph from which graphExec was instantiated. @param [out] params_out - Pointer to params. @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.