Spacing fix
This commit is contained in:
parent
c846c451d1
commit
855645a023
1 changed files with 1 additions and 1 deletions
|
@ -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<MTLLibrary> metal_library;
|
||||
id<MTLLibrary> metal_library;
|
||||
|
||||
// load library
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue