| 30b85efe | 02-Oct-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
mldev: drop input and output size queries
Drop support and use of ML input and output size get functions, rte_ml_io_input_size_get and rte_ml_io_output_size_get.
These functions are not required, a
mldev: drop input and output size queries
Drop support and use of ML input and output size get functions, rte_ml_io_input_size_get and rte_ml_io_output_size_get.
These functions are not required, as the model buffer size can be computed from the fields of updated rte_ml_io_info structure.
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com> Acked-by: Anup Prabhu <aprabhu@marvell.com> Acked-by: Shivah Shankar S <sshankarnara@marvell.com>
show more ...
|
| f06968e9 | 23-Apr-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
mldev: introduce revised xstats
Introduce revised xstats APIs to support reporting device and per-model xstats. Stat type is selected through mode parameter. Support modes include device and model.
mldev: introduce revised xstats
Introduce revised xstats APIs to support reporting device and per-model xstats. Stat type is selected through mode parameter. Support modes include device and model.
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
show more ...
|
| 8c9bfcb1 | 13-Mar-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
mldev: remove weak symbols use in type conversions
Drop use of weak symbols to select the type conversion functions. Select NEON implementation only on Aarch64 builds. Enable windows build.
Fixes:
mldev: remove weak symbols use in type conversions
Drop use of weak symbols to select the type conversion functions. Select NEON implementation only on Aarch64 builds. Enable windows build.
Fixes: 9637de38a2e3 ("mldev: add scalar type conversion")
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com> Reviewed-by: David Marchand <david.marchand@redhat.com>
show more ...
|
| f71c5365 | 11-Mar-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
mldev: simplify scalar float16 type conversion
Fix identical code in different conditional branches in float32 to float16 conversion function. Issue reported in coverity scan.
Coverity issue: 38365
mldev: simplify scalar float16 type conversion
Fix identical code in different conditional branches in float32 to float16 conversion function. Issue reported in coverity scan.
Coverity issue: 383651 Fixes: 9637de38a2e3 ("mldev: add scalar type conversion")
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com> Reviewed-by: David Marchand <david.marchand@redhat.com>
show more ...
|