We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0c8b6 commit 02315a8Copy full SHA for 02315a8
ggml/src/ggml-cpu/kleidiai/kernels.h
@@ -2,6 +2,8 @@
2
// SPDX-License-Identifier: MIT
3
//
4
5
+#pragma once
6
+
7
enum cpu_feature {
8
CPU_FEATURE_NONE = 0,
9
CPU_FEATURE_DOTPROD = 1,
ggml/src/ggml-cpu/kleidiai/kleidiai.cpp
@@ -24,6 +24,7 @@
24
#include "ggml-impl.h"
25
#include "ggml-backend-impl.h"
26
#include "ggml-threading.h"
27
+#include "ggml-cpu-traits.h"
28
29
#include "kernels.h"
30
ggml/src/ggml-cpu/kleidiai/kleidiai.h
@@ -4,7 +4,7 @@
#pragma once
-#include "ggml-cpu-traits.h"
+#include "ggml-alloc.h"
#ifdef __cplusplus
10
extern "C" {
0 commit comments