DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shivah Shankar Shankar Narayan Rao <sshankarnara@marvell.com>
To: Srikanth Yalavarthi <syalavarthi@marvell.com>,
	Srikanth Yalavarthi <syalavarthi@marvell.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, Anup Prabhu <aprabhu@marvell.com>,
	Prince Takkar <ptakkar@marvell.com>
Subject: RE: [PATCH v4 2/3] mldev: introduce support for IO layout
Date: Thu, 5 Oct 2023 09:10:35 +0000	[thread overview]
Message-ID: <PH0PR18MB4766EBDAC5BE7963F58B36AADBCAA@PH0PR18MB4766.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20231002095859.12187-3-syalavarthi@marvell.com>

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

> -----Original Message-----
> From: Srikanth Yalavarthi <syalavarthi@marvell.com>
> Sent: Monday, October 2, 2023 3:29 PM
> To: Srikanth Yalavarthi <syalavarthi@marvell.com>
> Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao
> <sshankarnara@marvell.com>; Anup Prabhu <aprabhu@marvell.com>;
> Prince Takkar <ptakkar@marvell.com>
> Subject: [PATCH v4 2/3] mldev: introduce support for IO layout
> 
> Introduce IO layout in ML device specification. IO layout defines the
> expected arrangement of model input and output buffers in the memory.
> Packed and Split layout support is added in the specification.
> 
> Updated rte_ml_op to support array of rte_ml_buff_seg pointers to support
> packed and split I/O layouts. Updated ML quantize and dequantize APIs to
> support rte_ml_buff_seg pointer arrays. Replaced batch_size with
> min_batches and max_batches in rte_ml_model_info.
> 
> Implement support for model IO layout in ml/cnxk driver.
> Updated the ML test application to support IO layout and dropped support
> for '--batches' in test application.
> 
> Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by:  Shivah Shankar S <sshankarnara@marvell.com>


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 36350 bytes --]

  reply	other threads:[~2023-10-05  9:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 15:52 [PATCH v1 0/3] Spec changes to support multi I/O models Srikanth Yalavarthi
2023-08-30 15:53 ` [PATCH v1 1/3] mldev: add support for arbitrary shape dimensions Srikanth Yalavarthi
2023-08-30 15:53 ` [PATCH v1 2/3] mldev: introduce support for IO layout Srikanth Yalavarthi
2023-08-30 15:53 ` [PATCH v1 3/3] mldev: drop input and output size get APIs Srikanth Yalavarthi
2023-09-20  7:19 ` [PATCH v2 0/3] Spec changes to support multi I/O models Srikanth Yalavarthi
2023-09-20  7:19   ` [PATCH v2 1/3] mldev: add support for arbitrary shape dimensions Srikanth Yalavarthi
2023-09-20  7:19   ` [PATCH v2 2/3] mldev: introduce support for IO layout Srikanth Yalavarthi
2023-09-20  7:19   ` [PATCH v2 3/3] mldev: drop input and output size get APIs Srikanth Yalavarthi
2023-10-03  6:10     ` Anup Prabhu
2023-09-27 18:11 ` [PATCH v3 0/4] Spec changes to support multi I/O models Srikanth Yalavarthi
2023-09-27 18:11   ` [PATCH v3 1/4] mldev: add support for arbitrary shape dimensions Srikanth Yalavarthi
2023-09-27 18:11   ` [PATCH v3 2/4] mldev: introduce support for IO layout Srikanth Yalavarthi
2023-09-27 18:11   ` [PATCH v3 3/4] mldev: drop input and output size get APIs Srikanth Yalavarthi
2023-09-27 18:11   ` [PATCH v3 4/4] mldev: update release notes for 23.11 Srikanth Yalavarthi
2023-09-29  3:39     ` Jerin Jacob
2023-10-02  9:59       ` [EXT] " Srikanth Yalavarthi
2023-10-02  9:58 ` [PATCH v4 0/3] Spec changes to support multi I/O models Srikanth Yalavarthi
2023-10-02  9:58   ` [PATCH v4 1/3] mldev: add support for arbitrary shape dimensions Srikanth Yalavarthi
2023-10-04 14:42     ` Anup Prabhu
2023-10-05  9:12     ` Shivah Shankar Shankar Narayan Rao
2023-10-02  9:58   ` [PATCH v4 2/3] mldev: introduce support for IO layout Srikanth Yalavarthi
2023-10-05  9:10     ` Shivah Shankar Shankar Narayan Rao [this message]
2023-10-02  9:58   ` [PATCH v4 3/3] mldev: drop input and output size get APIs Srikanth Yalavarthi
2023-10-03  6:12     ` Anup Prabhu
2023-10-05  9:06     ` Shivah Shankar Shankar Narayan Rao
2023-10-11 14:45   ` [PATCH v4 0/3] Spec changes to support multi I/O models 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=PH0PR18MB4766EBDAC5BE7963F58B36AADBCAA@PH0PR18MB4766.namprd18.prod.outlook.com \
    --to=sshankarnara@marvell.com \
    --cc=aprabhu@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ptakkar@marvell.com \
    --cc=syalavarthi@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).