We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dff550 commit 709268eCopy full SHA for 709268e
.github/workflows/regression-test.yml
@@ -147,7 +147,7 @@ jobs:
147
148
- shell: bash
149
run: |
150
- OMP_NUM_THREADS=4 sudo ${{ github.workspace }}/oneDNN/tests/regression/bench_regression.sh > 4_threads.txt
+ OMP_NUM_THREADS=4 sudo bash ${{ github.workspace }}/oneDNN/tests/regression/bench_regression.sh > 4_threads.txt
151
152
- name: Upload regression test results
153
uses: actions/upload-artifact@v4
tests/regression/bench_regression.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#! /bin/bash
2
3
# *******************************************************************************
4
# Copyright 2025 Arm Limited and affiliates.
0 commit comments