Skip to content

Commit 16ed8bb

Browse files
committed
paths updated
1 parent 234db90 commit 16ed8bb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ coverage
6060
.npm
6161

6262
# Artifacts
63-
/src/plugins/intel_cpu/tools/commit_slider/*.json
64-
/src/plugins/intel_cpu/tools/commit_slider/slider_cache/*
63+
/tools/commit_slider/*.json
64+
/tools/commit_slider/slider_cache/*
6565
/src/plugins/intel_cpu/thirdparty/ComputeLibrary/build/*
6666
.github/GITHUB_OUTPUT

tools/commit_slider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tool for automatic iteration over commit set with provided operation. For exampl
55
## Prerequisites
66

77
git >= *2.0*
8-
cmake >= OpenVino minimum required version ([CMakeLists.txt](../../../../CMakeLists.txt))
8+
cmake >= OpenVino minimum required version ([CMakeLists.txt](../CMakeLists.txt))
99
python >= *3.6*
1010
ccache >= *3.0*
1111

tools/commit_slider/utils/cfg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
},
6868
"makeCmd" : "cmake ..",
6969
"returnCmd" : "git checkout master",
70-
"gitPath" : "../../../../../",
71-
"appPath" : "../../../../../bin/intel64/Release/",
72-
"buildPath" : "../../../../../build/",
70+
"gitPath" : "../../",
71+
"appPath" : "../../bin/intel64/Release/",
72+
"buildPath" : "../../build/",
7373
"cachePath" : "{workPath}/slider_cache/",
7474
"userCachePath" : "",
7575
"logPath" : "{workPath}/log/",

tools/commit_slider/utils/cfg_samples/bm_arm_mac.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"appCmd" : "./benchmark_app -m {model} -d CPU -hint latency -inference_only=false -t 60",
88
"makeCmd" : "cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=OFF -DTHREADING=TBB -DENABLE_INTEL_GPU=OFF -DENABLE_SAMPLES=ON -DENABLE_TESTS=OFF -DENABLE_HETERO=OFF -DENABLE_TEMPLATE=OFF -DENABLE_CPU_DEBUG_CAPS=OFF -DENABLE_DEBUG_CAPS=OFF -DENABLE_OPENVINO_DEBUG=OFF -DCMAKE_CXX_FLAGS=-Wno-deprecated -DCMAKE_C_FLAGS=-Wno-deprecated -DCMAKE_CXX_FLAGS=-Wno-deprecated-declarations -DCMAKE_C_FLAGS=-Wno-deprecated-declarations ..",
9-
"appPath" : "../../../../../bin/arm64/Release/",
9+
"appPath" : "../../bin/arm64/Release/",
1010
"runConfig" : {
1111
"commitList" : {
1212
"getCommitListCmd" : "git log <start>..<end> --boundary --pretty=\"%h\""

0 commit comments

Comments
 (0)