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