File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -722,11 +722,11 @@ ggml_backend_buffer_type_t ggml_backend_cpu_hbm_buffer_type(void) {
722
722
#endif
723
723
724
724
struct ggml_backend_cpu_context {
725
- int n_threads ;
726
- ggml_threadpool_t threadpool ;
725
+ int n_threads ;
726
+ ggml_threadpool_t threadpool ;
727
727
728
- void * work_data ;
729
- size_t work_size ;
728
+ void * work_data ;
729
+ size_t work_size ;
730
730
731
731
ggml_abort_callback abort_callback ;
732
732
void * abort_callback_data ;
Original file line number Diff line number Diff line change @@ -15497,9 +15497,9 @@ static void llama_output_reorder(struct llama_context * ctx) {
15497
15497
}
15498
15498
15499
15499
static void llama_graph_compute(
15500
- llama_context & lctx,
15501
- ggml_cgraph * gf,
15502
- int n_threads,
15500
+ llama_context & lctx,
15501
+ ggml_cgraph * gf,
15502
+ int n_threads,
15503
15503
ggml_threadpool * threadpool) {
15504
15504
#ifdef GGML_USE_METAL
15505
15505
if (ggml_backend_is_metal(lctx.backend_metal)) {
You can’t perform that action at this time.
0 commit comments