profiler: initial support for profiling graph ops

This commit is contained in:
Max Krasnyansky 2024-09-25 14:25:13 -07:00
parent d79d8f39b4
commit a362c74aa2
7 changed files with 298 additions and 1 deletions

View file

@ -83,6 +83,7 @@ option(GGML_CCACHE "ggml: use ccache if available" ON)
option(GGML_ALL_WARNINGS "ggml: enable all compiler warnings" ON)
option(GGML_ALL_WARNINGS_3RD_PARTY "ggml: enable all compiler warnings in 3rd party libs" OFF)
option(GGML_GPROF "ggml: enable gprof" OFF)
option(GGML_GRAPH_PROFILER "ggml: enable internal Graph and Op profiler" OFF)
# build
option(GGML_FATAL_WARNINGS "ggml: enable -Werror flag" OFF)