Skip to content

Commit cca02c2

Browse files
committed
Set version to 1.8.0
Update all version indicators to 1.8.0. Signed-off-by: Jens Elofsson <jens.elofsson@arm.com> Approved-by: Jakub Sujak <jakub.sujak@arm.com>
1 parent 8059c1b commit cca02c2

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.8.0
14+
1315
- New Advanced SIMD micro-kernels:
1416
- Matrix multiplication (MxN) Micro-kernels of QAI8DX LHS and QSI8CX RHS with F16 output, optimized for FEAT_I8MM and FEAT_DotProd.
1517
- Matrix multiplication (1xN) Micro-kernels of QAI8DX LHS and QSI8CX RHS with F16 output, optimized for FEAT_DotProd.

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.7.0
9+
VERSION 1.8.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.7.0";
64+
return "1.8.0";
6565
}
6666

6767
/// KleidiAI data types

0 commit comments

Comments
 (0)