#
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 ...
|
#
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 ...
|
#
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 ...
|
#
fc54766b |
| 07-Feb-2023 |
Srikanth Yalavarthi <syalavarthi@marvell.com> |
mldev: add Arm NEON type conversion
Added ARM NEON intrinsic based implementations to support conversion of data types. Support is enabled to handle int8, uint8, int16, uint16, float16, float32 and
mldev: add Arm NEON type conversion
Added ARM NEON intrinsic based implementations to support conversion of data types. Support is enabled to handle int8, uint8, int16, uint16, float16, float32 and bfloat16 types.
Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
show more ...
|