ggml-backend: raise GGML_MAX_SPLIT_INPUTS (#15722)

This commit is contained in:
Johannes Gäßler 2025-09-02 01:14:55 +02:00 committed by GitHub
parent d4d8dbe383
commit 5d804a4938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ static bool ggml_is_view_op(enum ggml_op op) {
#endif
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
#define GGML_SCHED_MAX_SPLIT_INPUTS GGML_MAX_SRC
#define GGML_SCHED_MAX_SPLIT_INPUTS 30
#endif
#ifndef GGML_SCHED_MAX_COPIES