RE: [PATCH v6 09/15] graph: introduce stream moving cross cores

2023-05-26 Thread Yan, Zhirun
ming ; Wang, > Haiyue > Subject: Re: [PATCH v6 09/15] graph: introduce stream moving cross cores > > On Tue, May 9, 2023 at 11:35 AM Zhirun Yan wrote: > > > > This patch introduces key functions to allow a worker thread to enable > > enqueue and move streams of

Re: [PATCH v6 09/15] graph: introduce stream moving cross cores

2023-05-24 Thread Jerin Jacob
On Tue, May 9, 2023 at 11:35 AM Zhirun Yan wrote: > > This patch introduces key functions to allow a worker thread to > enable enqueue and move streams of objects to the next nodes over > different cores. different cores-> different cores for mcore dispatch model. > > Signed-off-by: Haiyue Wang