Skip to content

Commit e502db1

Browse files
committed
minor : update logs [no ci]
1 parent faffbec commit e502db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-metal/ggml-metal.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ static int ggml_metal_encode_node(struct ggml_metal_encode_context * ctx_enc, in
22792279
}
22802280

22812281
if (ctx_dev->debug_graph > 0) {
2282-
GGML_LOG_DEBUG("%s: op - %-12s %s\n", __func__, ggml_op_name(dst->op), is_concurrent ? "(concurrent)" : "");
2282+
GGML_LOG_DEBUG("%s: node[%5d] - %-12s %s\n", __func__, idx, ggml_op_name(dst->op), is_concurrent ? "(concurrent)" : "");
22832283
}
22842284
if (ctx_dev->debug_graph > 1) {
22852285
if (src0) {
@@ -5848,7 +5848,7 @@ static int ggml_metal_encode_node(struct ggml_metal_encode_context * ctx_enc, in
58485848

58495849
if (ctx_dev->debug_graph > 0) {
58505850
if (n_fuse > 1) {
5851-
GGML_LOG_DEBUG("%s: fuse: %d ops\n", __func__, n_fuse);
5851+
GGML_LOG_DEBUG("%s: fuse %d ops\n", __func__, n_fuse);
58525852
}
58535853
}
58545854

0 commit comments

Comments
 (0)