forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Static MSVC runtime (openvinotoolkit#8726)
* Try to fix Windows Azure * Try static MSVC runtime * Fixed type * cnpy * Rename * Set CMAKE_MSVC_RUNTIME_LIBRARY * Fixed issues with oneDNN * Removed IB * Minimize a number of threads * Increase image size to avoid test failures on some platforms There is an assert 'length >= nlanes' and 'nlanes' value depends on machine architecture Set 320x320 test image to guarantee that image size >= nlanes Also increased image size for 'plugin shared tests' to ensure the same (even though tests do not work with legacy preprocessing) * Descreased to 160x160 * Specify toolchain for samples * Build samples and its tests even for static build * Used 3.21 to enable CMAKE_TOOLCHAIN_FILE env var usage * Fixed cmake download path * Set CMAKE_TOOLCHAIN_FILE conditionally * Fix Co-authored-by: Michael Nosov <[email protected]>
- Loading branch information
1 parent
2da5631
commit 2223341
Showing
7 changed files
with
55 additions
and
42 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
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