Update ggml.c
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
62855ca3f6
commit
e0b077d4da
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -19666,7 +19666,7 @@ struct ggml_cplan ggml_graph_plan(const struct ggml_cgraph * cgraph, int n_threa
|
|||
return cplan;
|
||||
}
|
||||
|
||||
static enum ggml_status ggml_graph_compute_parallel(struct ggml_compute_state * workers, int n_threads){
|
||||
static enum ggml_status ggml_graph_compute_parallel(struct ggml_compute_state * workers, int n_threads) {
|
||||
enum ggml_status compute_status = GGML_STATUS_SUCCESS;
|
||||
|
||||
#ifdef GGML_USE_OPENMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue