mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-05 23:49:04 +00:00
backend : set max split inputs to GGML_MAX_SRC (#6137)
This commit is contained in:
parent
ac9ee6a4ad
commit
5e1b7f94a0
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ static bool ggml_is_view_op(enum ggml_op op) {
|
|||
#endif
|
||||
|
||||
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
|
||||
#define GGML_SCHED_MAX_SPLIT_INPUTS 4
|
||||
#define GGML_SCHED_MAX_SPLIT_INPUTS GGML_MAX_SRC
|
||||
#endif
|
||||
|
||||
#ifndef GGML_SCHED_MAX_COPIES
|
||||
|
|
Loading…
Add table
Reference in a new issue