File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,6 @@ jobs:
178178 run : dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
179179
180180 - name : Run rodinia benchmarks
181- # TODO: fix rodinia benchmark: https://github.com/IntelPython/dpbench/issues/316
182- if : matrix.precision != 'single'
183181 run : dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
184182
185183 - name : Generate report
Original file line number Diff line number Diff line change @@ -197,8 +197,6 @@ jobs:
197197 dpbench -i numpy -b azimint_hist run --npbench --precision=${{matrix.precision}}
198198
199199 - name : Run rodinia benchmark
200- # TODO: fix rodinia benchmark: https://github.com/IntelPython/dpbench/issues/316
201- if : matrix.precision != 'single'
202200 run : |
203201 dpbench run --rodinia --no-dpbench --no-validate -r 1 --precision=${{matrix.precision}}
204202
You can’t perform that action at this time.
0 commit comments