Whitespace fix

This commit is contained in:
Paul Tsochantaris 2024-01-28 18:19:37 +00:00
parent 855645a023
commit 4eafb8334e

View file

@ -156,7 +156,7 @@ struct ggml_metal_context {
id<MTLDevice> device;
id<MTLCommandQueue> queue;
dispatch_queue_t d_queue;
struct ggml_metal_kernel kernels[GGML_METAL_KERNEL_TYPE_COUNT];