We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f648be9 commit 90df638Copy full SHA for 90df638
.github/workflows/build_and_run.yml
@@ -178,7 +178,7 @@ jobs:
178
run: dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
179
180
- name: Run rodinia benchmarks
181
- run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench|| exit 1
+ run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
182
183
- name: Generate report
184
run: dpbench -i ${{env.WORKLOADS}} report || exit 1
0 commit comments