summaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-zdnn/mmf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-zdnn/mmf.hpp')
-rw-r--r--llama.cpp/ggml/src/ggml-zdnn/mmf.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-zdnn/mmf.hpp b/llama.cpp/ggml/src/ggml-zdnn/mmf.hpp
new file mode 100644
index 0000000..a12f1b8
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-zdnn/mmf.hpp
@@ -0,0 +1,12 @@
+#ifndef GGML_ZDNN_MMF_HPP
+#define GGML_ZDNN_MMF_HPP
+
+#include "common.hpp"
+
+void ggml_zdnn_mul_mat_f(
+ const ggml_backend_zdnn_context * ctx,
+ const ggml_tensor * src0,
+ const ggml_tensor * src1,
+ ggml_tensor * dst);
+
+#endif // GGML_ZDNN_MMF_HPP