#
a1474e13 |
| 23-Mar-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
app/mldev: check model and filelist option
Application currently doesn't check for empty models list and filelist entries. This causes the app to report an incorrect error messages and test status w
app/mldev: check model and filelist option
Application currently doesn't check for empty models list and filelist entries. This causes the app to report an incorrect error messages and test status when the lists are empty.
Fixes: bbd272edcb14 ("app/mldev: add ordered inferences") Fixes: f6661e6d9a3a ("app/mldev: validate model operations") Cc: stable@dpdk.org
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
show more ...
|
#
77fefa0a |
| 23-Apr-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
app/mldev: enable reporting xstats
Enabled reporting xstats in ML test application. Enabled stats option for model_ops test case. Added common files for xstats and throughput functions.
Signed-off-
app/mldev: enable reporting xstats
Enabled reporting xstats in ML test application. Enabled stats option for model_ops test case. Added common files for xstats and throughput functions.
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
show more ...
|
#
c9f073cd |
| 23-Mar-2023 |
Stephen Hemminger <stephen@networkplumber.org> |
mldev: remove unnecessary null checks
These are places where mldev is doing unnecessary checks for calling free() style functions.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acke
mldev: remove unnecessary null checks
These are places where mldev is doing unnecessary checks for calling free() style functions.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
show more ...
|
#
f6661e6d |
| 16-Mar-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
app/mldev: validate model operations
Added test case to validate model operations. Model ops test is a collection of sub-tests. Each sub-test invokes the model operations in a specific order.
Sub-t
app/mldev: validate model operations
Added test case to validate model operations. Model ops test is a collection of sub-tests. Each sub-test invokes the model operations in a specific order.
Sub-test A: (load -> start -> stop -> unload) x n Sub-test B: load x n -> start x n -> stop x n -> unload x n Sub-test C: load x n + (start + stop) x n + unload x n Sub-test D: (load + start) x n -> (stop + unload) x n
Added internal functions to handle model load, start, stop and unload. List of models to be used for testing can be specified through application argument "--models"
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com> Acked-by: Anup Prabhu <aprabhu@marvell.com>
show more ...
|