Skip to content

Commit 794d740

Browse files
committed
fix
1 parent 4c33abe commit 794d740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/fattn.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "fattn-vec-f32.cuh"
88
#include "fattn-wmma-f16.cuh"
99
#include "fattn.cuh"
10+
#include "ggml.h"
1011

1112
template <int D, int ncols2>
1213
static void ggml_cuda_flash_attn_ext_mma_f16_switch_ncols1(ggml_backend_cuda_context & ctx, ggml_tensor * dst) {

0 commit comments

Comments
 (0)