Back to Openvino

OpenVINO Conditional Compilation

src/common/conditional_compilation/README.md

2026.1.21.2 KB
Original Source

OpenVINO Conditional Compilation

OpenVINO Conditional Compilation(CC) feature can significantly optimize OpenVINO™ binaries size by excluding unnecessary code regions with ITT profiler, especially when building an application with a static OpenVINO package.

Key contacts

People from openvino-ie-maintainers group have the rights to approve and merge PRs related to conditional compilation.

Components

  • docs contains documentation for conditional compilation.
  • include contains header files that define class and macros for conditional compilation.
  • scripts script tools used in conditional compilation.

Tutorials

How to contribute

See CONTRIBUTING for details.

See also