Skip to content

Commit

Permalink
backend : set max split inputs to GGML_MAX_SRC (llama/6137)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored and ggerganov committed Mar 27, 2024
1 parent 952fb4c commit 81ccd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggml-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ static bool ggml_is_view_op(enum ggml_op op) {
#endif

#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
#define GGML_SCHED_MAX_SPLIT_INPUTS 4
#define GGML_SCHED_MAX_SPLIT_INPUTS GGML_MAX_SRC
#endif

#ifndef GGML_SCHED_MAX_COPIES
Expand Down

0 comments on commit 81ccd91

Please sign in to comment.