On Tue, May 9, 2023 at 11:35 AM Zhirun Yan <[email protected]> wrote: > > Add graph_sched_wq_node to hold graph scheduling workqueue > node. > > Signed-off-by: Haiyue Wang <[email protected]> > Signed-off-by: Cunming Liang <[email protected]> > Signed-off-by: Zhirun Yan <[email protected]> > + * @internal > + * > + * Structure that holds the graph scheduling workqueue node stream. > + * Used for mcore dispatch model. > + */ > +struct graph_sched_wq_node {
Could we change to graph_mcore_dispatch_wq_node? Just to make sure this for mcore dispatch model.

