mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-28 15:18:26 +01:00
metal : remove abort (skip) (ggml/0)
This commit is contained in:
parent
1bb8a64ebf
commit
d5ed2b929d
@ -2993,7 +2993,6 @@ static enum ggml_status ggml_metal_graph_compute(
|
|||||||
NSError * error = nil;
|
NSError * error = nil;
|
||||||
if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) {
|
if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) {
|
||||||
GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]);
|
GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]);
|
||||||
GGML_ABORT("capture failed");
|
|
||||||
} else {
|
} else {
|
||||||
[ctx->capture_scope beginScope];
|
[ctx->capture_scope beginScope];
|
||||||
ctx->capture_started = true;
|
ctx->capture_started = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user