summaryrefslogtreecommitdiff
path: root/ggml-cuda/fattn-vec-f32.cuh
blob: 614d54ae392536e63a4ee7cea32f598a6109211d (plain)
1
2
3
#include "common.cuh"

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