RE: [PATCH v14 00/16] graph enhancement for multi-core dispatch

2023-06-13 Thread Yan, Zhirun
l.com; Liang, Cunming > ; Wang, Haiyue ; > mattias.ronnblom > Subject: Re: [PATCH v14 00/16] graph enhancement for multi-core dispatch > > On Tue, Jun 13, 2023 at 8:10 PM David Marchand > wrote: > > > > On Tue, Jun 13, 2023 at 4:12 PM Zhirun Yan wrote: > > >

Re: [PATCH v14 00/16] graph enhancement for multi-core dispatch

2023-06-13 Thread Jerin Jacob
On Tue, Jun 13, 2023 at 8:10 PM David Marchand wrote: > > On Tue, Jun 13, 2023 at 4:12 PM Zhirun Yan wrote: > > > > V14: > > Rebase to main and fix build issues.(align header name in patch 01,02) > > And, again, compilation is broken between some patches. Same here. Applying: graph: introduce s

Re: [PATCH v14 00/16] graph enhancement for multi-core dispatch

2023-06-13 Thread David Marchand
On Tue, Jun 13, 2023 at 4:12 PM Zhirun Yan wrote: > > V14: > Rebase to main and fix build issues.(align header name in patch 01,02) And, again, compilation is broken between some patches. -- David Marchand

[PATCH v14 00/16] graph enhancement for multi-core dispatch

2023-06-13 Thread Zhirun Yan
V14: Rebase to main and fix build issues.(align header name in patch 01,02) V13: Add sub header into meson indirect_headers list to export.(change meson.build in patch02, 05) V12: Fix compilation broken at patch 1.(keep renamed header align with patch 1,2) V11: Update comments and fix to add ex