All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add support for additional data types
@ 2024-01-07 15:28 Srikanth Yalavarthi
  2024-01-07 15:28 ` [PATCH 1/3] mldev: add conversion routines for 32-bit integers Srikanth Yalavarthi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Srikanth Yalavarthi @ 2024-01-07 15:28 UTC (permalink / raw)
  Cc: dev, aprabhu, syalavarthi, sshankarnara, ptakkar

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-18 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 15:28 [PATCH 0/3] add support for additional data types Srikanth Yalavarthi
2024-01-07 15:28 ` [PATCH 1/3] mldev: add conversion routines for 32-bit integers Srikanth Yalavarthi
2024-01-07 15:28 ` [PATCH 2/3] mldev: add support for 64-integer data type Srikanth Yalavarthi
2024-01-07 15:28 ` [PATCH 3/3] ml/cnxk: add support for additional integer types Srikanth Yalavarthi
2024-02-18 22:14 ` [PATCH 0/3] add support for additional data types Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.