From d593bd6b762879948c1ca6e5c23286caac51b7a7 Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Thu, 23 Jan 2025 16:30:36 +0100 Subject: [PATCH] Update changelog to reflect recent changes Signed-off-by: Emil Ohlsson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7055bf8..feb145f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,12 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release +- Update FP16 example to use NHWC input - Fixes: - 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 + - Expose the rhs_packed_stride in the header file ## v1.2.0 -- GitLab