[Doc]Update cmake option for MLAS (#19963)
* [Doc]Update cmake option for MLAS * Update docs/dev/cmake_options_for_custom_compilation.md Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> --------- Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
parent
a558ebd4bc
commit
7fe195a459
|
|
@ -114,6 +114,9 @@ This document provides description and default values for CMake options that can
|
|||
* `OFF` is default, because it increases binary size.
|
||||
* `SELECTIVE_BUILD` enables [[Conditional compilation|ConditionalCompilation]] feature.
|
||||
* `OFF` is default.
|
||||
* `ENABLE_MLAS_FOR_CPU` enables MLAS library for CPU plugin
|
||||
* `ON` is default for x86_64 and AARCH64 platforms
|
||||
* Affects only OpenVINO CPU plugin
|
||||
|
||||
## Building with OpenCV
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue