History log of /dpdk/lib/mldev/mldev_utils_scalar_bfloat16.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 65282e9f 31-Jul-2024 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: introduce data type conversion functions

Introduced data type conversion functions with support for
user defined scale factor and zero-point. Updated library
functions to support asymmetric /

mldev: introduce data type conversion functions

Introduced data type conversion functions with support for
user defined scale factor and zero-point. Updated library
functions to support asymmetric / affine conversion for
integer types.

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

show more ...


# 538f6997 13-Mar-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

mldev: fix Arm build with NEON and GCC 4.8.5

Since bfloat16 intrinsics are not supported on all ARM platforms
that support NEON, bfloat16 routines are moved to separate files.
This would enable usin

mldev: fix Arm build with NEON and GCC 4.8.5

Since bfloat16 intrinsics are not supported on all ARM platforms
that support NEON, bfloat16 routines are moved to separate files.
This would enable using scalar implementation for bfloat16 on
unsupported ARM platforms.

Bugzilla ID: 1179
Fixes: fc54766b1612 ("mldev: add Arm NEON type conversion")

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>

show more ...