Skip to content

Commit ea6cf53

Browse files
committed
GGML_SCHED_MAX_COPIES_1
1 parent 9a5c859 commit ea6cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-backend.c

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

10251025
#ifndef GGML_SCHED_MAX_COPIES
1026-
#define GGML_SCHED_MAX_COPIES 4
1026+
#define GGML_SCHED_MAX_COPIES 1
10271027
#endif
10281028

10291029
struct ggml_backend_sched_split {

0 commit comments

Comments
 (0)