diff --git a/ggml-metal.m b/ggml-metal.m index f05d9d331..53fed834a 100644 --- a/ggml-metal.m +++ b/ggml-metal.m @@ -242,7 +242,7 @@ static struct ggml_metal_context * ggml_metal_init(int n_cb) { ctx->queue = [ctx->device newCommandQueue]; ctx->d_queue = dispatch_queue_create("ggml-metal", DISPATCH_QUEUE_CONCURRENT); - id metal_library; + id metal_library; // load library {