You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ov_dependent_option (ENABLE_SNIPPETS_LIBXSMM_TPP "allow Snippets to use LIBXSMM Tensor Processing Primitives"OFF"ENABLE_INTEL_CPU AND (X86_64 OR AARCH64)"OFF)
56
56
57
-
ov_option (ENABLE_PROFILING_ITT "Build with ITT tracing. Optionally configure pre-built ittnotify library though INTEL_VTUNE_DIR variable."OFF)
57
+
## ITT tracing level: OFF | BASE | FULL
58
+
# OFF - no ITT backend linked; macros are no-ops
59
+
# BASE - link ITT backend; only top-level API scopes are active
60
+
# FULL - link ITT backend; preserve full instrumentation (default prior behavior)
61
+
set(ENABLE_PROFILING_ITT "OFF"CACHESTRING"ITT tracing mode: OFF | BASE | FULL")
62
+
set_property(CACHE ENABLE_PROFILING_ITT PROPERTY STRINGSOFF BASE FULL)
63
+
64
+
# Backward compatibility: map legacy boolean/ON to FULL
0 commit comments