-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce IEDevScripts package #3661
Merged
ilya-lavrenov
merged 30 commits into
openvinotoolkit:master
from
ilya-lavrenov:developer-package-refactoring
Dec 22, 2020
Merged
Introduce IEDevScripts package #3661
ilya-lavrenov
merged 30 commits into
openvinotoolkit:master
from
ilya-lavrenov:developer-package-refactoring
Dec 22, 2020
Conversation
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
ilya-lavrenov
force-pushed
the
developer-package-refactoring
branch
from
December 17, 2020 18:29
2696388
to
1b30a42
Compare
ilya-lavrenov
force-pushed
the
developer-package-refactoring
branch
from
December 17, 2020 23:19
159e430
to
9e5f46e
Compare
vinograd47
reviewed
Dec 18, 2020
vinograd47
approved these changes
Dec 18, 2020
ilyachur
approved these changes
Dec 18, 2020
mryzhov
pushed a commit
to mryzhov/openvino
that referenced
this pull request
Jan 14, 2021
* Refactored developer package * Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well * Added options for developer package * More improvements * Further improvements * Removed global CMAKE_MODULE_PATH population * Fixes * Final fixes * Fixed python build * Fix for TBB * Fixed Find TBB * Fixed install * Fixes for OV features * Split developer targets per component * Fixed IE build tree config * Fixed ITT * Fixed review comments * Clean export dependencies * Fixed export of pugixml * Added IEDevScripts_DIR for Android * Fixed Android #2 * Fixed Android #3 * Fixed python cc * Disabled Core threading tests on GNA
tadamowicz
pushed a commit
to tadamowicz/openvino
that referenced
this pull request
Aug 30, 2023
* Refactored developer package * Added fuzzing for CMAKE_MODULE_LINKER_FLAGS as well * Added options for developer package * More improvements * Further improvements * Removed global CMAKE_MODULE_PATH population * Fixes * Final fixes * Fixed python build * Fix for TBB * Fixed Find TBB * Fixed install * Fixes for OV features * Split developer targets per component * Fixed IE build tree config * Fixed ITT * Fixed review comments * Clean export dependencies * Fixed export of pugixml * Added IEDevScripts_DIR for Android * Fixed Android #2 * Fixed Android openvinotoolkit#3 * Fixed python cc * Disabled Core threading tests on GNA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's a part of
InferenceEngineDeveloperPackage
which contains only cmake infra. It can be used by 3rdparty IE projects who don't need full IE dev package, but need compile options, other cmake stuff. E.g.cmake -DIEDevScripts_DIR="<openvino_source>/cmake/developer_package" ../stress-tests
It also simplifies cmake because now we can separate common cmake (
developer_package
folder) infra and dedicated IE scripts (other files).