File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ extern "C" {
9
9
typedef struct ggml_backend_buffer_type * ggml_backend_buffer_type_t ;
10
10
typedef struct ggml_backend_buffer * ggml_backend_buffer_t ;
11
11
typedef struct ggml_backend * ggml_backend_t ;
12
- typedef struct ggml_compute_threadpool * ggml_compute_threadpool_t ;
13
12
14
13
// Tensor allocator
15
14
struct ggml_tallocr {
Original file line number Diff line number Diff line change @@ -639,6 +639,8 @@ extern "C" {
639
639
640
640
struct ggml_compute_threadpool ; // forward declaration, see ggml.c
641
641
642
+ typedef struct ggml_compute_threadpool * ggml_compute_threadpool_t ;
643
+
642
644
// the compute plan that needs to be prepared for ggml_graph_compute()
643
645
// since https://github.com/ggerganov/ggml/issues/287
644
646
struct ggml_cplan {
You can’t perform that action at this time.
0 commit comments