Skip to content

Commit 5e1b7f9

Browse files
authored
backend : set max split inputs to GGML_MAX_SRC (#6137)
1 parent ac9ee6a commit 5e1b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ static bool ggml_is_view_op(enum ggml_op op) {
10151015
#endif
10161016

10171017
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
1018-
#define GGML_SCHED_MAX_SPLIT_INPUTS 4
1018+
#define GGML_SCHED_MAX_SPLIT_INPUTS GGML_MAX_SRC
10191019
#endif
10201020

10211021
#ifndef GGML_SCHED_MAX_COPIES

0 commit comments

Comments
 (0)