Skip to content

Commit 48a4537

Browse files
author
John
committed
nc
1 parent 0af677f commit 48a4537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18125,7 +18125,7 @@ void ggml_graph_print_impl(const struct ggml_cgraph * cgraph, bool print_nodes,
1812518125

1812618126
char *c_perf_impact = (perf_array[i] > perf_mean + perf_sd) ? "(Slow)" : ((perf_array[i] < perf_mean - perf_sd) ? "(Fast)" : "");
1812718127

18128-
char str_device_info[128];
18128+
char str_device_info[512];
1812918129
if (node->meta.info_op_on_device >= 0 || node->src0->backend!=GGML_BACKEND_CPU)
1813018130
{
1813118131
sprintf(str_device_info, "[GPU");

0 commit comments

Comments
 (0)