Function hip_sys::hiprt::hipGraphLaunch
source · pub unsafe extern "C" fn hipGraphLaunch(
graphExec: *mut hipGraphExec,
stream: *mut ihipStream_t
) -> hipError_tExpand 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.