File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2323 python : ["3.9", "3.10", "3.11"]
2424 sycl : ["sycl","no-sycl"]
2525 install : ["pip", "setup.py"]
26+ precision : ["single", "double"]
2627 exclude :
2728 # setuptools<64 + scikit-build produce 'UNKOWN' package name for
2829 # python 3.11. Could not find exact reference for that issue.
@@ -173,17 +174,11 @@ jobs:
173174 &$script_path
174175 echo "OCL_ICD_FILENAMES=$env:CONDA_PREFIX\Library\lib\intelocl64.dll" >> $env:GITHUB_ENV
175176
176- - name : Run benchmarks fp64
177- run : dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=double || exit 1
178-
179- - name : Generate report fp64
180- run : dpbench -i ${{env.WORKLOADS}} report || exit 1
181-
182- - name : Run benchmarks fp32
183- run : dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=single || exit 1
177+ - name : Run benchmarks
178+ run : dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
184179
185180 - name : Run rodinia benchmarks
186181 run : dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench|| exit 1
187182
188- - name : Generate report fp32
183+ - name : Generate report
189184 run : dpbench -i ${{env.WORKLOADS}} report || exit 1
You can’t perform that action at this time.
0 commit comments