DPDK patches and discussions
 help / color / mirror / Atom feed
From: Srikanth Yalavarthi <syalavarthi@marvell.com>
Cc: <dev@dpdk.org>, <aprabhu@marvell.com>, <syalavarthi@marvell.com>,
	<sshankarnara@marvell.com>, <ptakkar@marvell.com>
Subject: [PATCH 0/3] add support for additional data types
Date: Sun, 7 Jan 2024 07:28:09 -0800	[thread overview]
Message-ID: <20240107152813.2668-1-syalavarthi@marvell.com> (raw)

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


             reply	other threads:[~2024-01-07 15:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 15:28 Srikanth Yalavarthi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240107152813.2668-1-syalavarthi@marvell.com \
    --to=syalavarthi@marvell.com \
    --cc=aprabhu@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ptakkar@marvell.com \
    --cc=sshankarnara@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).