pub unsafe extern "C" fn hipGraphUpload(
graphExec: hipGraphExec_t,
stream: hipStream_t,
) -> hipError_tExpand description
@brief Uploads an executable graph to a stream
@param [in] graphExec - Instance of executable graph to be uploaded. @param [in] stream - Instance of stream to which the executable graph is uploaded to. @returns #hipSuccess, #hipErrorInvalidValue