Skip to content

Commit b81832e

Browse files
authored
Update ggml-backend.cpp
Change MAX GPU+CPU from 16 to 64
1 parent 0f2bbe6 commit b81832e

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
@@ -607,7 +607,7 @@ static bool ggml_is_view_op(enum ggml_op op) {
607607
// scheduler
608608

609609
#ifndef GGML_SCHED_MAX_BACKENDS
610-
#define GGML_SCHED_MAX_BACKENDS 16
610+
#define GGML_SCHED_MAX_BACKENDS 64
611611
#endif
612612

613613
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS

0 commit comments

Comments
 (0)