Skip to content

Commit 1c4f91e

Browse files
revert change to GGML_MAX_SPLIT_INPUTS
1 parent ae806f4 commit 1c4f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-backend.cpp

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

613613
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
614-
#define GGML_SCHED_MAX_SPLIT_INPUTS 1024
614+
#define GGML_SCHED_MAX_SPLIT_INPUTS GGML_MAX_SRC
615615
#endif
616616

617617
#ifndef GGML_SCHED_MAX_COPIES

0 commit comments

Comments
 (0)