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

2023-06-19 Thread David Marchand
On Wed, Jun 14, 2023 at 6:13 PM Zhirun Yan wrote: > > V15: > Fix build issues. (add unused macro in patch 10 then remove in patch 11, > fix log message format in patch 01, rm wrong assert in dispatch_walk in patch > 12) > > V14: > Rebase to main and fix build issues.(align header name in patch 01

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

2023-06-14 Thread Zhirun Yan
V15: Fix build issues. (add unused macro in patch 10 then remove in patch 11, fix log message format in patch 01, rm wrong assert in dispatch_walk in patch 12) 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 expo