diff --git a/ggml-metal.m b/ggml-metal.m index 53fed834a..2658a2dea 100644 --- a/ggml-metal.m +++ b/ggml-metal.m @@ -156,7 +156,7 @@ struct ggml_metal_context { id device; id queue; - + dispatch_queue_t d_queue; struct ggml_metal_kernel kernels[GGML_METAL_KERNEL_TYPE_COUNT];