summaryrefslogtreecommitdiff
path: root/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu')
-rw-r--r--ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu5
1 files changed, 0 insertions, 5 deletions
diff --git a/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu b/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu
deleted file mode 100644
index e73f917a..00000000
--- a/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file has been autogenerated by generate_cu_files.py, do not edit manually.
-
-#include "../fattn-vec-f32.cuh"
-
-DECL_FATTN_VEC_F32_CASE(256, GGML_TYPE_F16, GGML_TYPE_F16);