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