summaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/ggml/src/ggml-cuda/out-prod.cuh')
-rw-r--r--llama.cpp/ggml/src/ggml-cuda/out-prod.cuh3
1 files changed, 3 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh b/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh
new file mode 100644
index 0000000..a0046f5
--- /dev/null
+++ b/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh
@@ -0,0 +1,3 @@
+#include "common.cuh"
+
+void ggml_cuda_out_prod(ggml_backend_cuda_context & ctx, ggml_tensor * dst);