[PATCH 0/3] add support for additional data types

Srikanth Yalavarthi syalavarthi at marvell.com
Sun Jan 7 16:28:09 CET 2024


Added support for 64-bit integer data types for inference input and
output. Extended support for quantization of 32-bit and 64-bit integer
data types.

Srikanth Yalavarthi (3):
  mldev: add conversion routines for 32-bit integers
  mldev: add support for 64-integer data type
  ml/cnxk: add support for additional integer types

 drivers/ml/cnxk/cnxk_ml_io.c     |  24 ++
 drivers/ml/cnxk/mvtvm_ml_model.c |   4 +
 lib/mldev/mldev_utils.c          |   4 +
 lib/mldev/mldev_utils.h          | 184 ++++++++++
 lib/mldev/mldev_utils_neon.c     | 566 +++++++++++++++++++++++++++++++
 lib/mldev/mldev_utils_scalar.c   | 196 +++++++++++
 lib/mldev/rte_mldev.h            |   4 +
 lib/mldev/version.map            |   8 +
 8 files changed, 990 insertions(+)

-- 
2.42.0



More information about the dev mailing list