We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb8a64 commit d5ed2b9Copy full SHA for d5ed2b9
ggml/src/ggml-metal.m
@@ -2993,7 +2993,6 @@ static enum ggml_status ggml_metal_graph_compute(
2993
NSError * error = nil;
2994
if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) {
2995
GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]);
2996
- GGML_ABORT("capture failed");
2997
} else {
2998
[ctx->capture_scope beginScope];
2999
ctx->capture_started = true;
0 commit comments