瀏覽代碼

metal : remove abort (skip) (ggml/0)

Georgi Gerganov 1 年之前
父節點
當前提交
d5ed2b929d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ggml/src/ggml-metal.m

+ 0 - 1
ggml/src/ggml-metal.m

@@ -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;