> -----Original Message-----
> From: Srikanth Yalavarthi <[email protected]>
> Sent: Tuesday, February 7, 2023 9:20 PM
> To: Srikanth Yalavarthi <[email protected]>
> Cc: [email protected]; Shivah Shankar Shankar Narayan Rao
> <[email protected]>; Jerin Jacob Kollanukkaran
> <[email protected]>; Anup Prabhu <[email protected]>; Prince Takkar
> <[email protected]>; Parijat Shukla <[email protected]>
> Subject: [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. Test supports inference
> repetitions.
> 
> Operations sequence when testing with N models and R reps,
> 
> (load -> start -> (enqueue + dequeue) x R -> stop -> unload) x N
> 
> Test case can be executed by selecting "inference_ordered" test and
> repetitions can be specified through "--repetitions" argument.
> 
> Signed-off-by: Srikanth Yalavarthi <[email protected]>
> ---
>  app/test-mldev/meson.build              |   2 +
>  app/test-mldev/ml_options.c             |  73 ++-
>  app/test-mldev/ml_options.h             |  17 +-
>  app/test-mldev/test_inference_common.c  | 565
> ++++++++++++++++++++++++  app/test-mldev/test_inference_common.h
> |  65 +++  app/test-mldev/test_inference_ordered.c | 119 +++++
>  app/test-mldev/test_model_common.h      |  10 +
>  7 files changed, 839 insertions(+), 12 deletions(-)  create mode 100644
>
Acked-by: Anup Prabhu <[email protected]>

<<attachment: winmail.dat>>

Reply via email to