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
This commit is contained in:
parent
862f5e41ab
commit
158f8c9e21
2 changed files with 17 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue