We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ebfe6 commit d7c6995Copy full SHA for d7c6995
.github/workflows/gemm-test-reusable.yml
@@ -62,7 +62,7 @@ env:
62
jobs:
63
integration-tests:
64
name: Integration tests
65
- runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}"]', inputs.device, inputs.runner_version)) }}
+ runs-on: ${{ inputs.runner_label || 'max1550' }}
66
defaults:
67
run:
68
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
0 commit comments