Skip to content

Commit d5ed2b9

Browse files
committed
metal : remove abort (skip) (ggml/0)
1 parent 1bb8a64 commit d5ed2b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-metal.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,6 @@ static enum ggml_status ggml_metal_graph_compute(
29932993
NSError * error = nil;
29942994
if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) {
29952995
GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]);
2996-
GGML_ABORT("capture failed");
29972996
} else {
29982997
[ctx->capture_scope beginScope];
29992998
ctx->capture_started = true;

0 commit comments

Comments
 (0)