pub unsafe extern "C" fn hipGraphLaunch(
graphExec: hipGraphExec_t,
stream: hipStream_t,
) -> hipError_t
Expand description
@brief launches 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.