From 6959a1b7124c1175259ec29c693d847156aca659 Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Wed, 16 Apr 2025 13:37:20 +0200 Subject: [PATCH] Add FP16 IGEMM to CHANGELOG.md Signed-off-by: Emil Ohlsson --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd0acc..9dcaa5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo - New Advanced SIMD micro-kernels: - Matrix multiplication (MxN) Micro-kernels of QAI8DX LHS and QSI8CX RHS with F16 output, optimized for FEAT_I8MM and FEAT_DotProd. - Matrix multiplication (1xN) Micro-kernels of QAI8DX LHS and QSI8CX RHS with F16 output, optimized for FEAT_DotProd. +- New SME micro-kernels: + - Indirect matrix multiplication (MxN) of FP16 input and output. + - Packing kernels for LHS and RHS +- New SME2 micro-kernels: + - Indirect matrix multiplication (MxN) of FP16 input and output. + - Matrix multiplication of packed indirect LHS and packed RHS ## v1.7.0 -- GitLab