backend : set max split inputs to GGML_MAX_SRC (#6137)

This commit is contained in:
slaren
2024-03-18 16:33:44 +01:00
committed by GitHub
parent c31ea012cc
commit d06ac1d0c1

View File

@@ -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