-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Make time && stress tests independent from IEDeveloperPackage #7411
Make time && stress tests independent from IEDeveloperPackage #7411
Conversation
This MR need merge together with CI PR. |
tests/stress_tests/CMakeLists.txt
Outdated
@@ -12,7 +19,8 @@ endif() | |||
# Define directory where artifacts will be placed | |||
set(OUTPUT_ROOT ${CMAKE_CURRENT_SOURCE_DIR}) | |||
|
|||
find_package(InferenceEngineDeveloperPackage REQUIRED) | |||
# Search OpenVINO Inference Engine installed | |||
find_package(InferenceEngine REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe can we start to use new OpenVINO cmake config?
@@ -15,21 +15,11 @@ the commands below: | |||
|
|||
1. Build tests: | |||
``` bash | |||
source <OpenVINO_install_dir>/bin/setupvars.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> <OpenVINO_install_dir>/setupvars.sh
mkdir -p build && cd build && \ | ||
cmake -DInferenceEngineDeveloperPackage_DIR=$OPENVINO_BUILD_DIR .. && make -j$(nproc) \ | ||
) | ||
source <OpenVINO_install_dir>/bin/setupvars.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin/setupvars.sh
-> setupvars.sh
…notoolkit#7411) * Specify own CXX configuration for time && stress tests * Included os_flags for build gflags * Updated README * Updated commands for build tests in README * Use new cmake config
Details:
Tickets: