Skip to content

Commit

Permalink
metal : remove abort (skip) (ggml/0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Oct 3, 2024
1 parent 1bb8a64 commit d5ed2b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml/src/ggml-metal.m
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,6 @@ static enum ggml_status ggml_metal_graph_compute(
NSError * error = nil;
if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) {
GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]);
GGML_ABORT("capture failed");
} else {
[ctx->capture_scope beginScope];
ctx->capture_started = true;
Expand Down

0 comments on commit d5ed2b9

Please sign in to comment.