summaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp')
-rw-r--r--llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp b/llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp
new file mode 100644
index 0000000..1a8ad05
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "common.hpp"
+
+void ggml_sycl_ssm_conv(ggml_backend_sycl_context & ctx, ggml_tensor * dst);