llama.cpp/ggml-cuda/fattn.cuh

4 lines
106 B
Plaintext
Raw Normal View History

#include "common.cuh"
2024-03-27 08:31:52 +00:00
void ggml_cuda_flash_attn_ext(ggml_backend_cuda_context & ctx, ggml_tensor * dst);