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 64802ec commit 2a7c94dCopy full SHA for 2a7c94d
ggml-metal.m
@@ -1067,7 +1067,9 @@ bool ggml_metal_graph_compute(
1067
GGML_ASSERT(!"unsupported op");
1068
}
1069
1070
+#ifndef GGML_METAL_NDEBUG
1071
[encoder pushDebugGroup:[NSString stringWithCString:ggml_op_desc(dst) encoding:NSUTF8StringEncoding]];
1072
+#endif
1073
1074
const int64_t ne00 = src0 ? src0->ne[0] : 0;
1075
const int64_t ne01 = src0 ? src0->ne[1] : 0;
@@ -2426,7 +2428,9 @@ bool ggml_metal_graph_compute(
2426
2428
2427
2429
2430
2431
2432
[encoder popDebugGroup];
2433
2434
2435
2436
if (encoder != nil) {
0 commit comments