diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b6f967ebd0013a60f536a75316ad2208663842..c26957bfdf48fae64c2ea02cb1834f1bd2bb350e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,17 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo - Matrix multiplication (1xN) Micro-kernels of QSI8D32 LHS and QAI4C32 RHS with F16 output, optimized for FEAT_DotProd. - Matrix multiplication (MxN) Micro-kernels of QAI8DX LHS and QSI4CX RHS with F16 output, optimized for FEAT_I8MM and FEAT_DotProd. - Matrix multiplication (1xN) Micro-kernels of QAI8DX LHS and QSI4CX RHS with F16 output, optimized for FEAT_DotProd. +- Various fixes in the unit tests and test framework + - Remove FP16 and BF16 requirement to build and run tests + - Use memcpy instead of union for BF16-FP32 conversion + - Replace check for Advanced SIMD + - Remove usage of designated initializers in the following unit tests: + - matmul_test + - matmul_clamp_f32_qai8dxp_qsi4cxp_test + - matmul_clamp_f16_bf16p_bf16p_test + - matmul_clamp_f32_bf16p_bf16p_test +- Fixes: + - Fix typo in interface file ## v1.6.0