cubecl_hip_sys

Function hipGraphUpload

Source
pub unsafe extern "C" fn hipGraphUpload(
    graphExec: hipGraphExec_t,
    stream: hipStream_t,
) -> hipError_t
Expand description

@brief uploads an executable graph in a stream

@param [in] graphExec - instance of executable graph to launch. @param [in] stream - instance of stream in which to launch executable graph. @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.