Skip to content

Commit 26e382f

Browse files
committed
Merge branch 'Semyon1104/IntegrateOneDNN' of https://github.com/embedded-dev-research/itlab_2023 into Semyon1104/IntegrateOneDNN
2 parents ebd9199 + f23b2a0 commit 26e382f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
4646
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
4747
-DOPENCV_PATH=build/3rdparty/opencv_build \
48-
-DDNNL_GRAPH_DISABLE=ON \ # ← отключаем Graph
48+
-DDNNL_GRAPH_DISABLE=ON \
4949
-DDNNL_BUILD_EXAMPLES=OFF \
5050
-DDNNL_BUILD_TESTS=OFF \
5151
${{ matrix.stats && '-DENABLE_STATISTIC_TENSORS=ON' || '' }} \
5252
${{ matrix.stats && '-DENABLE_STATISTIC_TIME=ON' || '' }} \
5353
${{ matrix.stats && '-DENABLE_STATISTIC_WEIGHTS=ON' || '' }}
54-
cmake --build build --parallel
54+
cmake --build build --parallel 2
5555
env:
5656
CTEST_OUTPUT_ON_FAILURE: 1
5757
- name: Prepare OpenCV libs

0 commit comments

Comments
 (0)