Skip to content

Commit 595cecd

Browse files
committedMar 6, 2025
ci: aarch64: fix regression test
1 parent 87b7549 commit 595cecd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎.github/automation/performance/inputs/reorder_nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
--stag=abx,axb,aBx4b,aBx8b
2626
--dtag=abx,axb,aBx4b,aBx8b
27-
4x128x3x3
27+
4x128x5x5

‎.github/workflows/performance-aarch64.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434

3535
build-and-test-performance:
3636
needs: build-acl-cache
37-
continue-on-error: true
3837
strategy:
3938
matrix:
4039
config: [
@@ -161,10 +160,9 @@ jobs:
161160
- name: Compare 16 threads performance test results
162161
run: |
163162
python ${{ github.workspace }}/oneDNN/.github/automation/performance/benchdnn_comparison.py base.txt new.txt
164-
echo "fast math:"
165-
python ${{ github.workspace }}/oneDNN/.github/automation/performance/benchdnn_comparison.py base_fast.txt new_fast.txt
166163
167164
- name: Compare fast math performance test results
165+
if: success() || failure()
168166
run: |
169167
python ${{ github.workspace }}/oneDNN/.github/automation/performance/benchdnn_comparison.py base_fast.txt new_fast.txt
170168

0 commit comments

Comments
 (0)