File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ jobs:
145
145
env :
146
146
ONEDNN_ACTION : build
147
147
148
- - name : Run oneDNN tests
149
- run : ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
150
- working-directory : ${{ github.workspace }}/oneDNN/build
151
- env :
152
- BUILD_TOOLSET : ${{ matrix.config.toolset }}
153
- CMAKE_BUILD_TYPE : ${{ matrix.config.build }}
154
- CTEST_PARALLEL_LEVEL : 6
155
- DYLD_LIBRARY_PATH : ${{ github.workspace }}/ComputeLibrary/build
156
- ONEDNN_THREADING : ${{ matrix.config.threading }}
148
+ # - name: Run oneDNN tests
149
+ # run: ${{ github.workspace }}/oneDNN/.github/automation/test_aarch64.sh
150
+ # working-directory: ${{ github.workspace }}/oneDNN/build
151
+ # env:
152
+ # BUILD_TOOLSET: ${{ matrix.config.toolset }}
153
+ # CMAKE_BUILD_TYPE: ${{ matrix.config.build }}
154
+ # CTEST_PARALLEL_LEVEL: 6
155
+ # DYLD_LIBRARY_PATH: ${{ github.workspace }}/ComputeLibrary/build
156
+ # ONEDNN_THREADING: ${{ matrix.config.threading }}
157
157
158
158
# # Performance test steps ##
159
159
- name : Checkout oneDNN base
You can’t perform that action at this time.
0 commit comments