Skip to content

Commit 594a07a

Browse files
authored
Update ggml/src/ggml-metal.m
1 parent 4af03de commit 594a07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-metal.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3428,10 +3428,10 @@ static void ggml_backend_metal_set_n_cb(ggml_backend_t backend, int n_cb) {
34283428
}
34293429
}
34303430

3431-
if(ctx->encode_async) {
3431+
if (ctx->encode_async) {
34323432
Block_release(ctx->encode_async);
34333433
}
3434-
3434+
34353435
ctx->encode_async = Block_copy(^(size_t iter) {
34363436
const int cb_idx = iter;
34373437
const int n_cb_l = ctx->n_cb;

0 commit comments

Comments
 (0)