On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan <[email protected]> wrote: > > This patch introduces the task scheduler mechanism to enable dispatching > tasks to another worker cores. Currently, there is only a local work > queue for one graph to walk. We introduce a scheduler worker queue in > each worker core for dispatching tasks. It will perform the walk on > scheduler work queue first, then handle the local work queue. > > Signed-off-by: Haiyue Wang <[email protected]> > Signed-off-by: Cunming Liang <[email protected]> > Signed-off-by: Zhirun Yan <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

