Skip to content

Commit f362d32

Browse files
Bump version to v1.11.0
Signed-off-by: Anton Bondarenko <anton.bondarenko@arm.com> Approved-by: Dan Johansson <dan.johansson@arm.com>
1 parent 2326609 commit f362d32

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo
1010

1111
## Upcoming Release
1212

13+
## v1.11.0
14+
1315
- New Advanced SIMD micro-kernels:
1416
- Optimized version of kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0 kernel for block depth of 4 bytes (`kai_rhs_pack_nxk_qsi4c32pnrx4_qsu4c32s1s0_neon`)
1517
- Improve performance of `kai_rhs_pack_nxk_qsi4c32pnrx8_qsu4c32s1s0_neon`

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake_minimum_required(VERSION 3.16)
77

88
project(KleidiAI
9-
VERSION 1.10.0
9+
VERSION 1.11.0
1010
LANGUAGES C CXX
1111
)
1212

kai/kai_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
///
6262
/// @return Project version as a string literal.
6363
inline const char* kai_get_version(void) {
64-
return "1.10.0";
64+
return "1.11.0";
6565
}
6666

6767
/// KleidiAI data types

0 commit comments

Comments
 (0)