File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -385,9 +385,9 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
385
385
386
386
# Fetch KleidiAI sources:
387
387
include (FetchContent )
388
- set (KLEIDIAI_COMMIT_TAG "v1.5 .0" )
388
+ set (KLEIDIAI_COMMIT_TAG "v1.6 .0" )
389
389
set (KLEIDIAI_DOWNLOAD_URL "https://github.com/ARM-software/kleidiai/archive/refs/tags/${KLEIDIAI_COMMIT_TAG} .tar.gz" )
390
- set (KLEIDIAI_ARCHIVE_MD5 "ea22e1aefb800e9bc8c74d91633cc58e " )
390
+ set (KLEIDIAI_ARCHIVE_MD5 "75b4ad68f25ab673dcc01065e5a0b05f " )
391
391
392
392
if (POLICY CMP0135 )
393
393
cmake_policy (SET CMP0135 NEW )
Original file line number Diff line number Diff line change 5
5
#pragma once
6
6
7
7
#include < functional>
9F64
div>
8
+ #include < variant>
8
9
#include " ggml.h"
9
10
10
11
enum cpu_feature {
Original file line number Diff line number Diff line change 3
3
//
4
4
#include < arm_neon.h>
5
5
#include < assert.h>
6
+ #include < atomic>
6
7
#include < cfloat>
8
+ #include < stdexcept>
7
9
#include < stdint.h>
8
10
#include < string.h>
9
11
#if defined(__linux__)
You can’t perform that action at this time.
0 commit comments