CUDA: faster large batch FA without tensor cores (#7314)
This commit is contained in:
parent
82ca83db3c
commit
0fc1e820a9
7 changed files with 823 additions and 15 deletions
3
ggml-cuda/fattn-tile-f16.cuh
Normal file
3
ggml-cuda/fattn-tile-f16.cuh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "common.cuh"
|
||||
|
||||
void ggml_cuda_flash_attn_ext_tile_f16(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|
Loading…
Add table
Add a link
Reference in a new issue