Skip to content

Commit 9230dbe

Browse files
authored
ggml: Update KleidiAI to v1.9.0 (#14277)
1 parent 812939a commit 9230dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-cpu/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,9 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
465465

466466
# Fetch KleidiAI sources:
467467
include(FetchContent)
468-
set(KLEIDIAI_COMMIT_TAG "v1.6.0")
468+
set(KLEIDIAI_COMMIT_TAG "v1.9.0")
469469
set(KLEIDIAI_DOWNLOAD_URL "https://github.com/ARM-software/kleidiai/archive/refs/tags/${KLEIDIAI_COMMIT_TAG}.tar.gz")
470-
set(KLEIDIAI_ARCHIVE_MD5 "75b4ad68f25ab673dcc01065e5a0b05f")
470+
set(KLEIDIAI_ARCHIVE_MD5 "2a8e1bb55d201557553545536489a017")
471471

472472
if (POLICY CMP0135)
473473
cmake_policy(SET CMP0135 NEW)

0 commit comments

Comments
 (0)