RE: [EXTERNAL] Re: [PATCH v5 0/3] Introduce node-specific errors in graph library

2024-10-14 Thread Pavan Nikhilesh Bhagavatula
> Hi Pavan, > > I am resending my review here. It seems you didn't get it. > > , Oct 14, 2024 at 13:58: > > From: Pavan Nikhilesh > > > > > > Introduce the ability for nodes to advertise error counters during > > registration and increment them during the node process function in > > the graph l

Re: [PATCH v5 0/3] Introduce node-specific errors in graph library

2024-10-14 Thread Robin Jarry
Hi Pavan, I am resending my review here. It seems you didn't get it. , Oct 14, 2024 at 13:58: From: Pavan Nikhilesh Introduce the ability for nodes to advertise error counters during registration and increment them during the node process function in the graph library. This enhancement allow

[PATCH v5 0/3] Introduce node-specific errors in graph library

2024-10-14 Thread pbhagavatula
From: Pavan Nikhilesh Introduce the ability for nodes to advertise error counters during registration and increment them during the node process function in the graph library. This enhancement allows for better error tracking and debugging capabilities within the graph framework. The number of