diff --git a/CHANGELOG.md b/CHANGELOG.md index 1247ef29981e6b313615168eca23bec690e20b09..e5ce678a9f4ff75a371f0ed8a9f516bf7a717cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release +- New SME micro-kernels: + - Indirect matrix multiplication (MxN) of QAI8 input and output. + - Packing kernels for LHS and RHS +- New SME2 micro-kernels: + - Indirect matrix multiplication (MxN) of QAI8 input and output. + - Matrix multiplication of packed indirect LHS and packed RHS + ## v1.6.0 - Add CMake installation and `find_package()` support.