summaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-sycl/gla.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-sycl/gla.hpp')
-rw-r--r--llama.cpp/ggml/src/ggml-sycl/gla.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-sycl/gla.hpp b/llama.cpp/ggml/src/ggml-sycl/gla.hpp
new file mode 100644
index 0000000..607cf3a
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-sycl/gla.hpp
@@ -0,0 +1,8 @@
+#ifndef GGML_SYCL_GLA_HPP
+#define GGML_SYCL_GLA_HPP
+
+#include "common.hpp"
+
+void ggml_sycl_op_gated_linear_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
+
+#endif // GGML_SYCL_GLA_HPP