From 5af7c8d8f47d02f26e7f4afee3a79646a77d92b0 Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Fri, 10 Jan 2025 07:37:52 +0100 Subject: [PATCH 1/3] Update changelog Describe changes since 1.1.0 Signed-off-by: Emil Ohlsson --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad39664..eaee5021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release +- New SME micro-kernels: + - Matrix multiplication (MxN) for BF16 inputs with F32 output. +- Make MSVC support for test framework +- Fixes: + - Fix several issues with CPU feature checks + ## v1.1.0 - New Advanced SIMD micro-kernels: -- GitLab From 458597991476445f1ff3225f7e2f8f77fd1c0e0c Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Fri, 10 Jan 2025 11:23:00 +0100 Subject: [PATCH 2/3] Address review comments Signed-off-by: Emil Ohlsson --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaee5021..7629d3f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo - New SME micro-kernels: - Matrix multiplication (MxN) for BF16 inputs with F32 output. -- Make MSVC support for test framework +- Add MSVC support for test framework - Fixes: - - Fix several issues with CPU feature checks + - Fix several CPU feature checks issues affecting test framework ## v1.1.0 -- GitLab From 4d3a6d6a82a41ede546a3a790a811e6776e7b26b Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Fri, 10 Jan 2025 11:37:08 +0100 Subject: [PATCH 3/3] Fix spelling error Signed-off-by: Emil Ohlsson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7629d3f5..65b5f24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo - Matrix multiplication (MxN) for BF16 inputs with F32 output. - Add MSVC support for test framework - Fixes: - - Fix several CPU feature checks issues affecting test framework + - Fix several CPU feature check issues affecting test framework ## v1.1.0 -- GitLab