RE: [EXT] Re: [PATCH v4 05/12] app/mldev: add ordered inference test case

2023-03-10 Thread Srikanth Yalavarthi
> Subject: [EXT] Re: [PATCH v4 05/12] app/mldev: add ordered inference test > case > > External Email > > -- > 07/02/2023 16:49, Srikanth Yalavarthi: > > static struct option lgopts[] = { > > -

Re: [PATCH v4 05/12] app/mldev: add ordered inference test case

2023-03-09 Thread Thomas Monjalon
07/02/2023 16:49, Srikanth Yalavarthi: > static struct option lgopts[] = { > - {ML_TEST, 1, 0, 0}, {ML_DEVICE_ID, 1, 0, 0}, {ML_SOCKET_ID, 1, 0, 0}, > {ML_MODELS, 1, 0, 0}, > - {ML_DEBUG, 0, 0, 0}, {ML_HELP, 0, 0, 0}, {NULL, 0, 0, 0}}; > + {ML_TEST, 1, 0, 0}, {ML_DEVICE_ID, 1,

RE: [PATCH v4 05/12] app/mldev: add ordered inference test case

2023-02-26 Thread Anup Prabhu
bject: [PATCH v4 05/12] app/mldev: add ordered inference test case > > Added an ordered test case to execute inferences with single or multiple > models. In this test case inference requests for a model are enqueued after > completion of all requests for the previous model

[PATCH v4 05/12] app/mldev: add ordered inference test case

2023-02-07 Thread Srikanth Yalavarthi
Added an ordered test case to execute inferences with single or multiple models. In this test case inference requests for a model are enqueued after completion of all requests for the previous model. Test supports inference repetitions. Operations sequence when testing with N models and R reps, (