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

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