summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/fattn.cuh
blob: ad3ca7a8d8e4d657385d373795c2e38f60d16450 (plain)
1
2
3
#include "common.cuh"

void ggml_cuda_flash_attn_ext(ggml_backend_cuda_context & ctx, ggml_tensor * dst);