Skip to content

Commit d70d9f0

Browse files
committed
fix
1 parent 794d740 commit d70d9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/fattn.cu

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

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

0 commit comments

Comments
 (0)