summaryrefslogtreecommitdiff
path: root/ggml-metal.h
diff options
context:
space:
mode:
authorPaul Tsochantaris <ptsochantaris@icloud.com>2024-01-16 17:05:19 +0000
committerGitHub <noreply@github.com>2024-01-16 19:05:19 +0200
commit158f8c9e21302114bac3c646f80ea85b52ffa0bd (patch)
treee06093e1b9d6b5e99415df9c22954983049474f7 /ggml-metal.h
parent862f5e41ab1fdf12d6f59455aad3f5dd8258f805 (diff)
metal : localized logic in `ggml_metal_graph_compute` (#4924)
* Metal: Localized logic in `ggml_metal_graph_compute`, minor performance improvement * Whitespace * Collecting command buffer completions on single thread * Whitespace * Reduce diff noise
Diffstat (limited to 'ggml-metal.h')
-rw-r--r--ggml-metal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ggml-metal.h b/ggml-metal.h
index 8b0bfc5f..df83a180 100644
--- a/ggml-metal.h
+++ b/ggml-metal.h
@@ -27,7 +27,6 @@
// max memory buffers that can be mapped to the device
#define GGML_METAL_MAX_BUFFERS 64
-#define GGML_METAL_MAX_COMMAND_BUFFERS 32
struct ggml_tensor;
struct ggml_cgraph;