Bump GGML_MAX_SRC to 16 (#2055)

This commit is contained in:
Kawrakow 2026-06-29 15:38:02 +02:00 committed by GitHub
parent adefdb4b98
commit f74a6fb87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
#endif
#ifndef GGML_MAX_SRC
// For the machines with 11+ GPUs use -DGGML_MAX_SRC=N
#define GGML_MAX_SRC 12
#define GGML_MAX_SRC 16
#endif
#ifndef GGML_MAX_NAME
#define GGML_MAX_NAME 64