-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMAKE] Fix warnings in CPU cmake code (#28243)
### Details: Fix the following warnings ``` CMake Warning at cmake/developer_package/compile_flags/os_flags.cmake:252 (message): fp16 is not supported by architecture x86_64 Call Stack (most recent call first): cmake/developer_package/cross_compile/cross_compiled_func.cmake:29 (ov_arm_neon_fp16_optimization_flags) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:261 (include) CMakeLists.txt:49 (find_package) CMake Warning at cmake/developer_package/compile_flags/os_flags.cmake:294 (message): SVE is not supported by architecture x86_64 Call Stack (most recent call first): cmake/developer_package/cross_compile/cross_compiled_func.cmake:30 (ov_arm_sve_optimization_flags) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:261 (include) CMakeLists.txt:49 (find_package) ```
- Loading branch information
1 parent
66f1b24
commit e56624a
Showing
4 changed files
with
52 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters