Openvino autogenerated cmake#5484
Merged
azhogov merged 27 commits intoopenvinotoolkit:masterfrom May 7, 2021
Merged
Conversation
8efd80f to
f4f4e98
Compare
This reverts commit 7cb5d15.
7868b4c to
f575a8c
Compare
6 tasks
Contributor
|
After merging this patch, mkldnn and cldnn cannot be built from local. Seems that the building script is different from when it is done in local and being built with CI script.. Could you please check from local build? I used this cmake command: "cmake -DENABLE_PYTHON=ON -DENABLE_MKL_DNN=ON -DENABLE_TESTS=ON -DENABLE_BEH_TESTS=OFF -DENABLE_FUNCTIONAL_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DENABLE_CLDNN=ON -DENABLE_MYRIAD=OFF -DENABLE_CLDNN_TESTS=ON .. " |
Contributor
Author
yeonbok
added a commit
to yeonbok/openvino
that referenced
this pull request
May 12, 2021
This reverts commit 349e291.
ghost
pushed a commit
to yeonbok/openvino
that referenced
this pull request
May 12, 2021
This reverts commit 349e291.
mshabunin
reviewed
May 13, 2021
| if(THREADING STREQUAL "TBB" OR THREADING STREQUAL "TBB_AUTO") | ||
| set_and_check(_tbb_dir "@PACKAGE_IE_TBB_DIR@") | ||
| find_dependency(TBB | ||
| COMPONENTS tbb tbbmalloc |
Contributor
There was a problem hiding this comment.
Looks like COMPONENTS argument did not work until cmake 3.9.0:
This file contains hidden or 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
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.
Details:
Tickets: