From 07ebacfd3de699da2619a2a8008f04598d2df223 Mon Sep 17 00:00:00 2001 From: Jens Elofsson Date: Mon, 14 Apr 2025 13:45:03 +0200 Subject: [PATCH] Update changelog Update changelog with recent changes Signed-off-by: Jens Elofsson --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b6f967..c26957bf 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 -- GitLab