diff --git a/CHANGELOG.md b/CHANGELOG.md index b664057e4ef1a413eae21a53213ac0879f64793d..c662ed3cf83c398a3de3ba5aaf7d4e920e8d4d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo ## Upcoming Release - Extend benchmark tool to support all matrix multiplication micro-kernels. +- New Advanced SIMD micro-kernels: + - New 4x8 block size variant of matrix multiplication of QAI8DXP LHS and QSI4C32P RHS with F32 output. + - Optimizations for FEAT_I8MM. +- Fixes: + - Remove "-Weffc++" from build flags ## v1.4.0 @@ -19,8 +24,6 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo - Optimizations for FEAT_DotProd. - New 1x8 block size variant of matrix multiplication of QAI8DXP LHS and QSI4C32P RHS with F32 output. - Optimizations for FEAT_DotProd. - - New 4x8 block size variant of matrix multiplication of QAI8DXP LHS and QSI4C32P RHS with F32 output. - - Optimizations for FEAT_I8MM. - New 1x8 block size variant of matrix multiplication of QAI8DXP 1x8 LHS and QSI4C32P 8x8 RHS with F32 output. - Optimizations for FEAT_DotProd. - New SME2 micro-kernels: