Re: [PATCH v1 1/1] mldev: introduce data type conversion functions

2024-10-17 Thread Thomas Monjalon
31/07/2024 08:32, Srikanth Yalavarthi: > 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 Applied, thanks.

[PATCH v1 1/1] mldev: introduce data type conversion functions

2024-07-30 Thread Srikanth Yalavarthi
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 --- drivers/ml/cnxk/cnxk_ml_io.c| 134 +++ lib/mldev/mlde