CUDA: faster large batch FA without tensor cores (#7314)

This commit is contained in:
Johannes Gäßler
2024-05-17 18:54:52 +02:00
committed by GitHub
parent 82ca83db3c
commit 0fc1e820a9
7 changed files with 823 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
#include "common.cuh"
void ggml_cuda_flash_attn_ext_tile_f16(ggml_backend_cuda_context & ctx, ggml_tensor * dst);