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)
385385
386386 # Fetch KleidiAI sources:
387387 include (FetchContent)
388- set (KLEIDIAI_COMMIT_TAG "v1.5 .0" )
388+ set (KLEIDIAI_COMMIT_TAG "v1.6 .0" )
389389 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 " )
391391
392392 if (POLICY CMP0135)
393393 cmake_policy (SET CMP0135 NEW)
Original file line number Diff line number Diff line change 55#pragma once
66
77#include < functional>
8+ #include < variant>
89#include " ggml.h"
910
1011enum cpu_feature {
Original file line number Diff line number Diff line change 33//
44#include < arm_neon.h>
55#include < assert.h>
6+ #include < atomic>
67#include < cfloat>
8+ #include < stdexcept>
79#include < stdint.h>
810#include < string.h>
911#if defined(__linux__)
You can’t perform that action at this time.
0 commit comments