We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997e304 commit 81ef79aCopy full SHA for 81ef79a
ggml/src/ggml-metal/ggml-metal.m
@@ -14,7 +14,7 @@
14
#define MAX(a, b) ((a) > (b) ? (a) : (b))
15
16
// max memory buffers that can be mapped to the device
17
-#define GGML_METAL_MAX_BUFFERS 128
+#define GGML_METAL_MAX_BUFFERS 32
18
19
// max number of MTLCommandBuffer used to submit a graph for processing
20
#define GGML_METAL_MAX_COMMAND_BUFFERS 8
0 commit comments