summaryrefslogtreecommitdiff
path: root/ggml-cuda/sumrows.cuh
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-cuda/sumrows.cuh')
-rw-r--r--ggml-cuda/sumrows.cuh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ggml-cuda/sumrows.cuh b/ggml-cuda/sumrows.cuh
deleted file mode 100644
index e7545f83..00000000
--- a/ggml-cuda/sumrows.cuh
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "common.cuh"
-
-void ggml_cuda_op_sum_rows(ggml_backend_cuda_context & ctx, ggml_tensor * dst);