We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f702aa commit bc29b46Copy full SHA for bc29b46
backends/openvino/scripts/openvino_build.sh
@@ -28,7 +28,7 @@ main() {
28
29
30
# Build the project
31
- cmake --build cmake-out --target install --config Release -j5
+ cmake --build ${build_dir} --target install --config Release -j$(nproc)
32
33
# Switch back to the original directory
34
cd - > /dev/null
examples/openvino/openvino_build_example.sh
@@ -29,7 +29,7 @@ main() {
- cmake --build cmake-out --target install --config Release -j$(nproc)
## Build example
35
local example_dir=examples/openvino
0 commit comments