> -----Original Message-----
> From: Srikanth Yalavarthi <syalavar...@marvell.com>
> Sent: Tuesday, February 7, 2023 9:20 PM
> To: Srikanth Yalavarthi <syalavar...@marvell.com>
> Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao
> <sshankarn...@marvell.com>; Jerin Jacob Kollanukkaran
> <jer...@marvell.com>; Anup Prabhu <apra...@marvell.com>; Prince Takkar
> <ptak...@marvell.com>; Parijat Shukla <pshu...@marvell.com>
> 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 <syalavar...@marvell.com>
> ---
>  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 <apra...@marvell.com>

<<attachment: winmail.dat>>

Reply via email to