cuda : fix build
This commit is contained in:
parent
013721df2b
commit
6be02b5969
3 changed files with 44 additions and 16 deletions
|
@ -1,6 +1,3 @@
|
|||
#include "common.cuh"
|
||||
|
||||
void ggml_cuda_flash_attn_ext(
|
||||
ggml_backend_cuda_context & ctx,
|
||||
const ggml_tensor * Q, const ggml_tensor * K, const ggml_tensor * V,
|
||||
const ggml_tensor * mask, ggml_tensor * KQV);
|
||||
void ggml_cuda_flash_attn_ext(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue