Skip to content

Commit cac763f

Browse files
author
Iwan Kawrakow
committed
To use GGML_ABORT we need to include ggml-impl.h.
1 parent 22d6817 commit cac763f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/iqk/iqk_mul_mat.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,8 @@ bool iqk_flash_attn_impl(int int_type_k, // type of k
11841184

11851185
#else // IQK_IMPLEMENT
11861186

1187+
#include "ggml-impl.h"
1188+
11871189
extern "C" IQK_API bool iqk_mul_mat(int, long, long, long, int, const void *, long, int, const void *, long, float *, long, int, int) {
11881190
GGML_ABORT("Unsupported CPU. You may need to manually set compilation flags\n");
11891191
return false;

0 commit comments

Comments
 (0)