diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd0acc1ccee9f6de3f28bda07756e31e2589e3..9dcaa5f13c613e94c1e617046358faa0c38aaa87 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