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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);