History log of /dpdk/lib/mldev/mldev_utils.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 42f3dcd9 07-Jan-2024 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: add 64-bit integers

Added support in mldev spec for 64-bit integer types. Added
routines to convert data from 64-bit integer type to float32_t
and vice-versa.

Signed-off-by: Srikanth Yalavar

mldev: add 64-bit integers

Added support in mldev spec for 64-bit integer types. Added
routines to convert data from 64-bit integer type to float32_t
and vice-versa.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

show more ...


# 6ebb6f98 02-Oct-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: support arbitrary shape dimensions

Updated rte_ml_io_info to support shape of arbitrary number of dimensions.
Dropped use of rte_ml_io_shape and rte_ml_io_format.
Introduced new fields nb_ele

mldev: support arbitrary shape dimensions

Updated rte_ml_io_info to support shape of arbitrary number of dimensions.
Dropped use of rte_ml_io_shape and rte_ml_io_format.
Introduced new fields nb_elements and size in rte_ml_io_info.

Updated drivers and app/mldev to support the changes.

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 ...


# fefed7a2 07-Feb-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: add IO type handling

Implemented ML utility functions to convert IO data type to name,
IO format to name and routine to get the size of an IO data type
in bytes.

Signed-off-by: Srikanth Yala

mldev: add IO type handling

Implemented ML utility functions to convert IO data type to name,
IO format to name and routine to get the size of an IO data type
in bytes.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Anup Prabhu <aprabhu@marvell.com>

show more ...