Skip to content

Commit a07edd5

Browse files
authored
Update ggml_extend.hpp
1 parent 9624ab8 commit a07edd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml_extend.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1175,9 +1175,9 @@ struct GGMLRunner {
11751175
}
11761176

11771177
ggml_backend_graph_compute(backend, gf);
1178-
#ifdef GGML_PERF
1178+
11791179
ggml_graph_print(gf);
1180-
#endif
1180+
11811181
if (output != NULL) {
11821182
auto result = ggml_graph_node(gf, -1);
11831183
if (*output == NULL && output_ctx != NULL) {

0 commit comments

Comments
 (0)