File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11#define GGML_COMMON_IMPL_CPP
22#define GGML_COMMON_DECL_CPP
33#include " ggml-common.h"
4+ #include " ggml-backend-impl.h"
5+
46#include " ggml-impl.h"
7+ #include " ggml-cpu.h"
8+ #include " ggml-cpu-impl.h"
9+ #include " traits.h"
510
611#include < cmath>
712#include < cstring>
Original file line number Diff line number Diff line change 33#include " ggml-common.h"
44#include " ggml-backend-impl.h"
55
6- #include " ggml-quants.h"
76#include " ggml-impl.h"
87#include " ggml-cpu.h"
98#include " ggml-cpu-impl.h"
1211#include < cmath>
1312#include < cstring>
1413#include < cassert>
15- #include < cfloat>
1614#include < cstdlib> // for qsort
1715#include < cstdio> // for GGML_ASSERT
1816
Original file line number Diff line number Diff line change 11#define GGML_COMMON_IMPL_CPP
22#define GGML_COMMON_DECL_CPP
33#include " ggml-common.h"
4+ #include " ggml-backend-impl.h"
5+
46#include " ggml-impl.h"
7+ #include " ggml-cpu.h"
8+ #include " ggml-cpu-impl.h"
9+ #include " traits.h"
510
11+ #include < cmath>
612#include < cstring>
713#include < cassert>
814#include < cstdlib> // for qsort
You can’t perform that action at this time.
0 commit comments