Skip to content

Commit eb66ee3

Browse files
slarenhodlen
authored andcommitted
backend : set max split inputs to GGML_MAX_SRC (ggml-org#6137)
1 parent 5f45209 commit eb66ee3

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)