diff options
Diffstat (limited to 'ggml-cuda/fattn-vec-f32.cuh')
-rw-r--r-- | ggml-cuda/fattn-vec-f32.cuh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ggml-cuda/fattn-vec-f32.cuh b/ggml-cuda/fattn-vec-f32.cuh new file mode 100644 index 00000000..614d54ae --- /dev/null +++ b/ggml-cuda/fattn-vec-f32.cuh @@ -0,0 +1,3 @@ +#include "common.cuh" + +void ggml_cuda_flash_attn_ext_vec_f32(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |