From 2e15cab79c63d4d3d80d35b4c4ffc533b43ad718 Mon Sep 17 00:00:00 2001 From: Anton Bondarenko Date: Thu, 30 Jan 2025 12:13:53 +0100 Subject: [PATCH] Correct changelog for upcomming 1.3.0 release Signed-off-by: Anton Bondarenko --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef71d754..9fe2feb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release -# v1.3.0 +## v1.3.0 - Update FP16 example to use NHWC input -- Add MSVC support for kai_matmul_clamp_f32_qai8dxp_qsi4c32p micro-kernels. - Fixes: + - Fix build error on MSVC for some kai_matmul_clamp_f32_qai8dxp_qsi4c32p micro-kernels - Fix compilation warnings detected by `-Wcast-qual -Wmissing-prototypes -Wstrict-prototypes -Woverlength-strings` compiler options. - Support compiling the project with the above compilation options enabled. - Remove `-Werror` from default build flags as to not cause integration problems -- GitLab